Spaces:
Sleeping
Sleeping
Xiao
commited on
Commit
·
f846035
1
Parent(s):
fc442cd
change nginx port
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -148,7 +148,7 @@ WORKDIR /app
|
|
148 |
|
149 |
COPY --chown=luminlab ./run_hf.sh /app/run_hf.sh
|
150 |
EXPOSE 3000
|
151 |
-
EXPOSE
|
152 |
|
153 |
RUN chmod 777 /app/run_hf.sh
|
154 |
|
|
|
148 |
|
149 |
COPY --chown=luminlab ./run_hf.sh /app/run_hf.sh
|
150 |
EXPOSE 3000
|
151 |
+
EXPOSE 5000
|
152 |
|
153 |
RUN chmod 777 /app/run_hf.sh
|
154 |
|