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

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 '{"config_name":"hf-space","allow_all_host_values":true,"http_port":7860}' > 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, "services": {"database": {"engine": "sqlite", "path": "puter-database.sqlite"}, "thumbnails": {"engine": "purejs"}, "file-cache": {"disk_limit": 16384, "disk_max_size": 16384, "precache_size": 16384, "path": "./file-cache"}}}' > volatile/config/config.json
93
  CMD ["npm", "start"]