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
81f5d13
·
1 Parent(s):
27a98c3
Update start.sh
Browse files
Files changed (1)
hide
show
start.sh
+1
-0
start.sh
CHANGED
Viewed
@@ -1,2 +1,3 @@
1
yarn start:production &
2
exec "$@"
1
+
#!/bin/bash
2
yarn start:production &
3
exec "$@"