Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
l4rm4nd authored Jul 7, 2024
1 parent 96b720d commit aa881ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ fi
echo "[i] Change ownership of db.sqlite3 to www-data"
chown www-data: /opt/app/database/db.sqlite3
echo "[i] Spawning the application via UWSGI"
uwsgi --ini /opt/app/docker/docker_uwsgi.ini
#uwsgi --ini /opt/app/docker/docker_uwsgi.ini
CMD ["manage.py", "runserver", "0.0.0.0:8000", "--insecure"]

0 comments on commit aa881ca

Please sign in to comment.