change workdir and fix uv venv usage
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user