Spaces:
Running
Running
docker fix
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -19,4 +19,4 @@ RUN --mount=type=secret,id=LLAMA_API_KEY,mode=0444,required=true
|
|
19 |
RUN --mount=type=secret,id=IMAGE_GEN_API_KEY,mode=0444,required=true
|
20 |
|
21 |
# Command to run the app on container startup
|
22 |
-
CMD ["python", "-u", "/app/gradio_ui.py"]
|
|
|
19 |
RUN --mount=type=secret,id=IMAGE_GEN_API_KEY,mode=0444,required=true
|
20 |
|
21 |
# Command to run the app on container startup
|
22 |
+
CMD ["python", "-u", "/app/gradio_ui.py", "--host", "0.0.0.0", "--port", "7860"]
|