Rom89823974978 commited on
Commit
122c7a8
·
1 Parent(s): e7b8acd
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. README.md +0 -1
Dockerfile CHANGED
@@ -90,7 +90,7 @@ RUN chmod -R a+rwx /var/log/nginx
90
  WORKDIR /app
91
 
92
  # Expose non-privileged port
93
- EXPOSE 4444
94
 
95
  # Use run.sh as entrypoint (runs nginx, static server, uvicorn)
96
  ENTRYPOINT ["/bin/bash", "/app/run.sh"]
 
90
  WORKDIR /app
91
 
92
  # Expose non-privileged port
93
+ #EXPOSE 4444
94
 
95
  # Use run.sh as entrypoint (runs nginx, static server, uvicorn)
96
  ENTRYPOINT ["/bin/bash", "/app/run.sh"]
README.md CHANGED
@@ -4,7 +4,6 @@ emoji: 🤖 # a single emoji that represents your app
4
  colorFrom: purple # one of: red, yellow, green, blue, indigo, purple, pink, gray
5
  colorTo: indigo # another one from the same list, for the gradient
6
  sdk: docker # since you’re using a Dockerfile
7
- # sdk_version is only for Gradio/Streamlit; you can omit it for docker
8
  app_port: 4444 # (optional) if your Docker container listens on a port other than 7860
9
  pinned: false # whether to pin this Space in your profile
10
  ---
 
4
  colorFrom: purple # one of: red, yellow, green, blue, indigo, purple, pink, gray
5
  colorTo: indigo # another one from the same list, for the gradient
6
  sdk: docker # since you’re using a Dockerfile
 
7
  app_port: 4444 # (optional) if your Docker container listens on a port other than 7860
8
  pinned: false # whether to pin this Space in your profile
9
  ---