Skip to content

is it possible to create a docker image for the live coding proxy instead of creating proxy in VSCode extension? #2

@jentzheng

Description

@jentzheng

As some dev env is using VScode Devcontainer, creating an image and bind the target container's port would be a solution, besides it wont mess up the exist Dockerfile and docker-compose config. Here's my suggestion

version: "3"
services:
  app:
    build:
      context: .
      build: Dockerfile
    ports:
      - 3000:3000
    labels:
      ...weixinLabels


  wexinProxy:
    images: someimage
    ports:
      - 27082:80
    environments: []

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions