Spaces:
Running
Running
ffreemt
commited on
Commit
·
c8303f5
1
Parent(s):
d122bb3
Update app_port: 8000
Browse files- Dockerfile +1 -1
- README.md +1 -0
Dockerfile
CHANGED
@@ -19,6 +19,6 @@ WORKDIR /app
|
|
19 |
RUN chown -R 1000:1000 /app
|
20 |
USER 1000
|
21 |
|
22 |
-
EXPOSE
|
23 |
|
24 |
CMD ["npm", "start"]
|
|
|
19 |
RUN chown -R 1000:1000 /app
|
20 |
USER 1000
|
21 |
|
22 |
+
EXPOSE 8000
|
23 |
|
24 |
CMD ["npm", "start"]
|
README.md
CHANGED
@@ -5,6 +5,7 @@ colorFrom: yellow
|
|
5 |
colorTo: yellow
|
6 |
sdk: docker
|
7 |
pinned: true
|
|
|
8 |
---
|
9 |
|
10 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
5 |
colorTo: yellow
|
6 |
sdk: docker
|
7 |
pinned: true
|
8 |
+
app_port: 8000
|
9 |
---
|
10 |
|
11 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|