sschellhammer commited on
Commit
640e3ae
·
verified ·
1 Parent(s): 9d34885

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +1 -10
start.sh CHANGED
@@ -2,16 +2,7 @@
2
 
3
  set -e # exit on error
4
 
5
- echo "Starting container..."
6
-
7
- echo "Running load_app_data.py..."
8
- python load_app_data.py
9
-
10
- echo "Running load_existing_annotations.py..."
11
- python load_existing_annotations.py
12
-
13
- #echo "Listing files:"
14
- #ls -l
15
 
16
  cd /app/potato
17
  git pull
 
2
 
3
  set -e # exit on error
4
 
5
+ echo "Pull latest version..."
 
 
 
 
 
 
 
 
 
6
 
7
  cd /app/potato
8
  git pull