Skip to content

Commit

Permalink
fix(dev): revert exec change
Browse files Browse the repository at this point in the history
This reverts commit c7839a6.
  • Loading branch information
alanzhu0 committed Oct 13, 2024
1 parent 291a9c7 commit ea1ecbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/docker/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ export PYTHONUNBUFFERED=1 # Don't buffer Django output
# Wrap the run command in a loop so that it restarts if it crashes, e.g. due to a syntax error
while true
do
exec python3 manage.py run 0.0.0.0:8080 # Custom run command that skips system checks for performance
python3 manage.py run 0.0.0.0:8080 # Custom run command that skips system checks for performance
sleep 1
done

0 comments on commit ea1ecbc

Please sign in to comment.