shubhendu-ghosh commited on
Commit
a53002c
·
verified ·
1 Parent(s): 521968e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -19,5 +19,5 @@ COPY . /app
19
  EXPOSE 7860
20
 
21
  # Run the app
22
- CMD ["python", "app/app.py"]
23
 
 
19
  EXPOSE 7860
20
 
21
  # Run the app
22
+ CMD ["python", "app.py"]
23