Container commited on
Commit
54179d3
·
verified ·
1 Parent(s): 973d2bc

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -25,4 +25,4 @@ COPY . /app
25
 
26
  EXPOSE 7860
27
 
28
- ENTRYPOINT ["python3", "main.py"]
 
25
 
26
  EXPOSE 7860
27
 
28
+ ENTRYPOINT ["python3","app.py"]