Skip to content

Commit

Permalink
update script
Browse files Browse the repository at this point in the history
  • Loading branch information
shyanukant committed Oct 5, 2023
1 parent b0a9aab commit b579e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init_container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ echo "Starting SSH ..."
service ssh start

# Start Gunicorn
exec ["gunicorn", "squib.wsgi:application", "--workers=4", "--bind", "0.0.0.0:8000"]
exec gunicorn squib.wsgi:application --workers=4 --bind 0.0.0.0:8000

0 comments on commit b579e0c

Please sign in to comment.