change workdir and fix uv venv usage

This commit is contained in:
2026-02-21 12:19:49 +01:00
parent 1793be90e1
commit 22c85b5032
3 changed files with 5 additions and 5 deletions

View File

@@ -1,8 +1,6 @@
#!/usr/bin/env sh
set -e
. .venv/bin/activate
if [ "$DJANGO_PRODUCTION_MODE" = "true" ]; then
echo "starting production server ..."
gunicorn --bind=0.0.0.0:8000 --workers=2 gaehsnitzproject.wsgi