Antoni09 commited on
Commit
4e66c2c
·
verified ·
1 Parent(s): de74dc9

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +1 -1
entrypoint.sh CHANGED
@@ -23,5 +23,5 @@ with engine.begin() as conn:
23
  PY
24
 
25
  # Start aplikacji – dopasuj do swojej
26
- exec gunicorn -w 2 -b 0.0.0.0:7860 'server:app'
27
  # (albo: exec python server.py)
 
23
  PY
24
 
25
  # Start aplikacji – dopasuj do swojej
26
+ exec python server.py
27
  # (albo: exec python server.py)