Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -89,5 +89,5 @@ RUN npm install
|
|
| 89 |
|
| 90 |
ENV PORT=7860
|
| 91 |
|
| 92 |
-
RUN mkdir -p volatile/config && echo '{"allow_all_host_values":true}' > volatile/config/config.json
|
| 93 |
CMD ["npm", "start"]
|
|
|
|
| 89 |
|
| 90 |
ENV PORT=7860
|
| 91 |
|
| 92 |
+
RUN mkdir -p volatile/config && echo '{"config_name":"hf-space","allow_all_host_values":true,"http_port":7860}' > volatile/config/config.json
|
| 93 |
CMD ["npm", "start"]
|