duongve commited on
Commit
97fea5e
·
verified ·
1 Parent(s): c40d13d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -20,4 +20,4 @@ USER user
20
 
21
  EXPOSE 7860
22
 
23
- CMD ["python", "/content/app.py"]
 
20
 
21
  EXPOSE 7860
22
 
23
+ CMD ["python", "./app.py"]