Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Mediocreatmybest
/
testdocker
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Mediocreatmybest
commited on
Aug 16, 2023
Commit
19daed1
·
1 Parent(s):
91f886a
Update start.sh
Browse files
Files changed (1)
hide
show
start.sh
+3
-1
start.sh
CHANGED
Viewed
@@ -1,2 +1,4 @@
1
#!/bin/bash
2
-
npm run build && npx http-server build -a localhost -p 3000 -o
1
#!/bin/bash
2
+
#
npm run build && npx http-server build -a localhost -p 3000 -o
3
+
yarn start:production &
4
+
exec "$@"