Fix run.sh
This commit is contained in:
parent
93aa94e5e7
commit
f1bcaffa4a
1 changed files with 2 additions and 3 deletions
|
@ -1,8 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -e
|
set -e
|
||||||
cd /data
|
|
||||||
git clone https://github.com/7trail/AlwaysDungeons
|
git clone https://github.com/7trail/AlwaysDungeons
|
||||||
cd /data/AlwaysDungeons
|
pip3 install -r data/AlwaysDungeons/requirements
|
||||||
pip3 install -r requirements
|
|
||||||
cp /data/.env /data/AlwaysDungeons/.env
|
cp /data/.env /data/AlwaysDungeons/.env
|
||||||
|
cd /data/AlwaysDungeons
|
||||||
python3 main.py
|
python3 main.py
|
Loading…
Reference in a new issue