LoremPizza commited on
Commit
3cf19a4
·
verified ·
1 Parent(s): 5b10e73

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,5 +16,5 @@ EXPOSE 8080
16
  # Define environment variable
17
  ENV FLASK_RUN_HOST=0.0.0.0
18
 
19
- # Run app.py when the container launches
20
  CMD ["flask", "run", "--port", "8080"]
 
16
  # Define environment variable
17
  ENV FLASK_RUN_HOST=0.0.0.0
18
 
19
+ # Run the Flask app on port 8080
20
  CMD ["flask", "run", "--port", "8080"]