kbora commited on
Commit
a640928
·
1 Parent(s): ccd733e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -28,4 +28,5 @@ RUN pip3 install --no-cache-dir -r $HOME/app/requirements.txt
28
  EXPOSE 7860
29
 
30
  # Run app.py when the container launches
31
- CMD ["python3", "$HOME/app/app.py"]
 
 
28
  EXPOSE 7860
29
 
30
  # Run app.py when the container launches
31
+ CMD python3 $HOME/app/app.py
32
+