Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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"]
|