better large screen handling

This commit is contained in:
Patrick Jentsch
2024-04-30 16:21:23 +02:00
parent 543276d766
commit 43b38b2216
3 changed files with 13 additions and 10 deletions

View File

@ -9,8 +9,9 @@ services:
- "./app:/home/nopaque/app"
- "./boot.sh:/home/nopaque/boot.sh"
- "./config.py:/home/nopaque/config.py"
- "./docker-entrypoint.sh:/usr/local/bin/docker-entrypoint.sh"
- "./docker-nopaque-entrypoint.sh:/usr/local/bin/docker-nopaque-entrypoint.sh"
- "./migrations:/home/nopaque/migrations"
- "./requirements.freezed.txt:/home/nopaque/requirements.freezed.txt"
- "./requirements.txt:/home/nopaque/requirements.txt"
- "./tests:/home/nopaque/tests"
- "./wsgi.py:/home/nopaque/wsgi.py"