Created
March 4, 2023 01:15
-
-
Save flaugabriel/0556fb0e999bf21830371e832a991674 to your computer and use it in GitHub Desktop.
vscode save as docker container app
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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