rr1 commited on
Commit
2afb0ab
·
verified ·
1 Parent(s): f8e2aef

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,4 +16,4 @@ RUN --mount=type=secret,id=API_KEY,mode=0444,required=true \
16
 
17
  EXPOSE 8000
18
 
19
- CMD ["python", "app.py"]
 
16
 
17
  EXPOSE 8000
18
 
19
+ CMD ["python", "main.py"]