AIencoder commited on
Commit
79672fe
·
verified ·
1 Parent(s): f187c31

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -50,4 +50,4 @@ COPY . /app
50
  EXPOSE 7860
51
 
52
  # Run the application
53
- CMD ["python", "main.py"]
 
50
  EXPOSE 7860
51
 
52
  # Run the application
53
+ CMD ["python", "app.py"]