Skip to content

Commit

Permalink
🐛 Fixes uwsgi reference
Browse files Browse the repository at this point in the history
  • Loading branch information
jefftriplett committed Mar 14, 2024
1 parent d821584 commit 443e133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/django/start.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
python -m manage migrate --noinput
python -m manage collectstatic --noinput
/venv/bin/uwsgi \
python -m uwsgi \
--chdir /app \
--disable-write-exception \
--enable-threads \
Expand Down

0 comments on commit 443e133

Please sign in to comment.