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 786aab4 commit 114190b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dockerfiles/django/start.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
#!/bin/sh
python -m manage migrate --noinput

python -m manage collectstatic --noinput
python -m uwsgi \

/usr/local/bin/uwsgi \
--chdir /app \
--disable-write-exception \
--enable-threads \
Expand Down

0 comments on commit 114190b

Please sign in to comment.