lwdgit commited on
Commit
0e40e24
·
1 Parent(s): b25bd67
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,4 +8,4 @@ ADD app.py requirements.txt /app
8
 
9
  EXPOSE 7860
10
 
11
- CMD ["app.py"]
 
8
 
9
  EXPOSE 7860
10
 
11
+ CMD ["python", "app.py"]