Nomi78600 commited on
Commit
07cdff4
·
1 Parent(s): 5f4556e
Files changed (1) hide show
  1. entrypoint.sh +1 -2
entrypoint.sh CHANGED
@@ -1,4 +1,3 @@
1
-
2
  #!/bin/sh
3
 
4
  # Exit immediately if a command exits with a non-zero status.
@@ -14,4 +13,4 @@ python manage.py create_admin
14
 
15
  # Start Gunicorn server
16
  echo "Starting Gunicorn server..."
17
- gunicorn --bind 0.0.0.0:7860 schoolproj.wsgi:application
 
 
1
  #!/bin/sh
2
 
3
  # Exit immediately if a command exits with a non-zero status.
 
13
 
14
  # Start Gunicorn server
15
  echo "Starting Gunicorn server..."
16
+ gunicorn --bind 0.0.0.0:7860 schoolproj.wsgi:application