lavanjv commited on
Commit
371be76
·
1 Parent(s): 8827697

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -37,4 +37,4 @@ RUN --mount=type=secret,id=HUGGINGFACE_TOKEN,mode=0444,required=true \
37
 
38
 
39
  # Step 6: Define the entry point command
40
- CMD ["flask", "run", "--port=7860"]
 
37
 
38
 
39
  # Step 6: Define the entry point command
40
+ CMD ["flask", "run", "--host=0.0.0.0", "--port=7860"]