Techbitforge commited on
Commit
a9425db
·
verified ·
1 Parent(s): 2932ade

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -22,6 +22,6 @@ COPY app.py .
22
  # Expose HF port
23
  EXPOSE 7860
24
 
25
- # Start Flask + cloudflared together
26
  CMD python app.py
27
 
 
22
  # Expose HF port
23
  EXPOSE 7860
24
 
25
+ # start Flask server
26
  CMD python app.py
27