This commit is contained in:
Patrick Jentsch 2023-09-26 15:08:22 +02:00
parent d1fc425f48
commit c605613d86

View File

@ -11,7 +11,7 @@ services:
- "./app:/home/nopaque/app"
- "./boot.sh:/home/nopaque/boot.sh"
- "./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"
- "./nopaque.py:/home/nopaque/nopaque.py"
- "./requirements.txt:/home/nopaque/requirements.txt"