aqul commited on
Commit
26613d3
·
verified ·
1 Parent(s): 1a55a2c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -30,4 +30,4 @@ ENV PORT=7860
30
 
31
  EXPOSE 7860
32
 
33
- CMD ["python" "app.py"]
 
30
 
31
  EXPOSE 7860
32
 
33
+ CMD ["python", "app.py"]