Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save flaugabriel/0556fb0e999bf21830371e832a991674 to your computer and use it in GitHub Desktop.
Save flaugabriel/0556fb0e999bf21830371e832a991674 to your computer and use it in GitHub Desktop.
vscode save as docker container app
In Dockerfile you have /myapp but in docker-compose.yml -- /app
It's not correct because your docker compose not finding the reference file so the correct solution is
in your dockerfile set /app to and you can make a same file for reference in docker compose /app :D
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment