gionuibk commited on
Commit
f4dc3a3
·
verified ·
1 Parent(s): f273c1d

Upload folder using huggingface_hub

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