Hugging Face
Models
Datasets
Spaces
Posts
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
bcb8f17
·
1 Parent(s):
81f5d13
Update start.sh
Browse files
Files changed (1)
hide
show
start.sh
+3
-2
start.sh
CHANGED
Viewed
@@ -1,3 +1,4 @@
1
#!/bin/bash
2
-
yarn start:production &
3
-
exec "$@"
1
#!/bin/bash
2
+
#
yarn start:production &
3
+
#
exec "$@"
4
+
npm run build && npx http-server build -a 0.0.0.0 -p 5001 -o