kikomiko commited on
Commit
c557ff6
·
1 Parent(s): 96f6720

docker fix

Browse files
Files changed (1) hide show
  1. 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"]