Luisnguyen1 commited on
Commit
5c60e96
·
1 Parent(s): a792a9d

Add updates to docker file

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -17,4 +17,4 @@ COPY . .
17
  EXPOSE 5000
18
 
19
  # Define the command to run the application
20
- CMD ["python", "api.py"]
 
17
  EXPOSE 5000
18
 
19
  # Define the command to run the application
20
+ CMD ["python", "app.py"]