diff --git a/entrypoint.sh b/entrypoint.sh new file mode 100755 index 0000000..5590ec5 --- /dev/null +++ b/entrypoint.sh @@ -0,0 +1,8 @@ +#!/bin/sh + +BASE=$(dirname $0) +cd $BASE +git pull +source env/bin/activate +pip3 install -r requirements.txt +python3 app.py \ No newline at end of file