add entrypoint.sh

This commit is contained in:
arne 2023-01-31 20:18:38 +01:00
parent 90db2d4027
commit 02142ffb2b

8
entrypoint.sh Executable file
View File

@ -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