sschellhammer commited on
Commit
aa8e67f
·
verified ·
1 Parent(s): 2f1575a

Create start.sh

Browse files
Files changed (1) hide show
  1. start.sh +14 -0
start.sh ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/bin/sh
2
+
3
+ set -e # exit on error
4
+
5
+ echo "Starting container..."
6
+
7
+ echo "Running setup_files.py..."
8
+ python setup_files.py
9
+
10
+ echo "Listing files:"
11
+ ls -l
12
+
13
+ echo "Starting Potato server..."
14
+ exec potato start config.yaml -p 7860