Skip to content
Snippets Groups Projects
Commit c605613d authored by Patrick Jentsch's avatar Patrick Jentsch
Browse files

Fix path

parent d1fc425f
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ services: ...@@ -11,7 +11,7 @@ services:
- "./app:/home/nopaque/app" - "./app:/home/nopaque/app"
- "./boot.sh:/home/nopaque/boot.sh" - "./boot.sh:/home/nopaque/boot.sh"
- "./config.py:/home/nopaque/config.py" - "./config.py:/home/nopaque/config.py"
- "./docker-entrypoint.sh:/home/nopaque/docker-entrypoint.sh" - "./docker-entrypoint.sh:/usr/local/bin/docker-entrypoint.sh"
- "./migrations:/home/nopaque/migrations" - "./migrations:/home/nopaque/migrations"
- "./nopaque.py:/home/nopaque/nopaque.py" - "./nopaque.py:/home/nopaque/nopaque.py"
- "./requirements.txt:/home/nopaque/requirements.txt" - "./requirements.txt:/home/nopaque/requirements.txt"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment