sschellhammer commited on
Commit
ee6b2f2
·
1 Parent(s): ea92d25

update app

Browse files
Files changed (1) hide show
  1. start.sh +2 -2
start.sh CHANGED
@@ -27,10 +27,10 @@ echo "Install Potato..."
27
  pip install /app/potato
28
 
29
  echo "Load app data..."
30
- python load_app_data.py
31
 
32
  echo "Load existing annotation data..."
33
- python load_existing_annotations.py
34
 
35
  echo "Starting Potato server..."
36
  python start.py
 
27
  pip install /app/potato
28
 
29
  echo "Load app data..."
30
+ python /app/load_app_data.py
31
 
32
  echo "Load existing annotation data..."
33
+ python /app/load_existing_annotations.py
34
 
35
  echo "Starting Potato server..."
36
  python start.py