rename app.sh to entrypoint.sh

This commit is contained in:
arne 2023-01-31 20:17:06 +01:00
parent 6e422961f5
commit 90db2d4027

8
app.sh
View File

@ -1,8 +0,0 @@
#!/bin/sh
BASE=$(dirname $0)
cd $BASE
git pull
source env/bin/activate
pip3 install -r requirements.txt
python3 app.py