Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
stail00016
/
workman
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
56784f3
workman
/
Start.bat
stail00016
Upload 28 files
5c43797
verified
about 1 month ago
raw
Copy download link
history
blame
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