pvanand commited on
Commit
814c0f1
·
verified ·
1 Parent(s): 5f8b30f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -20,4 +20,4 @@ EXPOSE 7860
20
 
21
  RUN chmod -R 777 /app
22
 
23
- CMD ["python3", "api.py"]
 
20
 
21
  RUN chmod -R 777 /app
22
 
23
+ CMD ["python3", "main.py"]