Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
zye784581395
/
silly
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
silly
/
Start.bat
周泳恩
添加core文件压缩和解压功能,保留用户自定义config.yaml
314a0ac
3 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
155 Bytes
@
echo
off
pushd
%~dp0
set
NODE_ENV=production
call
npm install --no-audit --no-fund --loglevel=error --no-progress --omit=dev
node server.js %*
pause
popd