idkash1 commited on
Commit
a2b53af
·
verified ·
1 Parent(s): 2ebb2e1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -27,5 +27,5 @@ COPY . .
27
  # Expose the Flask port
28
  EXPOSE 7860
29
 
30
- # Run the application
31
  CMD ["flask", "run", "--host=0.0.0.0", "--port=7860"]
 
27
  # Expose the Flask port
28
  EXPOSE 7860
29
 
30
+ # Run the application
31
  CMD ["flask", "run", "--host=0.0.0.0", "--port=7860"]