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

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -88,4 +88,6 @@ ENV NO_VAR_RUNTUME=1
88
  RUN npm install
89
 
90
  ENV PORT=7860
 
 
91
  CMD ["npm", "start"]
 
88
  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"]