rename app.sh to entrypoint.sh
This commit is contained in:
8
app.sh
8
app.sh
@ -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
|
|
Reference in New Issue
Block a user