Spaces:
Running
Running
Update start.sh
Browse files
start.sh
CHANGED
|
@@ -6,7 +6,7 @@
|
|
| 6 |
# This is very insecure!
|
| 7 |
# Or, if you already cloned in the Dockerfile, you'd do a pull:
|
| 8 |
# This still needs the token to be saved as a secret.
|
| 9 |
-
git pull
|
| 10 |
|
| 11 |
npm update
|
| 12 |
# Then run your app
|
|
|
|
| 6 |
# This is very insecure!
|
| 7 |
# Or, if you already cloned in the Dockerfile, you'd do a pull:
|
| 8 |
# This still needs the token to be saved as a secret.
|
| 9 |
+
git pull origin main
|
| 10 |
|
| 11 |
npm update
|
| 12 |
# Then run your app
|