vikarshana commited on
Commit
838b498
·
verified ·
1 Parent(s): 091d6d6

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +1 -1
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