koti-malla commited on
Commit
1f2de78
·
1 Parent(s): 4134c67

Update Dockerfile

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 app when the container starts
20
- CMD ["python", "app.py"]
 
17
  EXPOSE 5000
18
 
19
  # Define the command to run the app when the container starts
20
+ CMD ["flask","app.py", "--host=0.0.0.0", "--port=7000"]