Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Anzi09
/
test
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
test
/
Start.bat
Anzi09
Upload folder using huggingface_hub
7f20eb7
verified
22 days 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