Iwak commited on
Commit
0281839
·
1 Parent(s): f5d0520
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -21,5 +21,5 @@ RUN python -m pip install -r requirements.txt
21
  COPY . .
22
 
23
  EXPOSE 7860
24
-
25
- CMD python3 -m gunicorn main:app -b 0.0.0.0:7860 -w 8 --timeout 600
 
21
  COPY . .
22
 
23
  EXPOSE 7860
24
+ CMD python -V
25
+ CMD python -m gunicorn main:app -b 0.0.0.0:7860 -w 8 --timeout 600