Closed jaw12346 closed 1 year ago
Describe the bug Our VS Code launch script .vscode/launch.json is no longer up to date with the new deployment using Docker Compose
To Reproduce Steps to reproduce the behavior:
Expected behavior ACMAS Docker instance should start normally in the console and work properly when navigating to localhost:80.
Screenshots
Note The run command must be equivalent to docker-compose up --build
docker-compose up --build
This seems to be a good guide: https://code.visualstudio.com/docs/containers/docker-compose
This does not seem to be possible. To run, right-click the docker-compose.yml file and click the "run" button.
Describe the bug Our VS Code launch script .vscode/launch.json is no longer up to date with the new deployment using Docker Compose
To Reproduce Steps to reproduce the behavior:
Expected behavior ACMAS Docker instance should start normally in the console and work properly when navigating to localhost:80.
Screenshots
Note The run command must be equivalent to
docker-compose up --build