Antoni09 commited on
Commit
b760154
·
verified ·
1 Parent(s): 3f7dd6b

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 uvicorn app:app --host 0.0.0.0 --port 7860
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)