Update run.sh

This commit is contained in:
Alexandre
2022-07-10 08:42:15 +02:00
committed by GitHub
parent 09c3017644
commit 8f8c033786

View File

@@ -16,7 +16,6 @@ echo "Launch app"
su -m wger -c "\
python3 manage.py migrate || true && \
DOCKER_DIR=./extras/docker/development && \
pip3 install -e . && \
if [ -f ~/.bashrc ]; then source ~/.bashrc; fi && \
cd /home/wger/src && \
export FROM_EMAIL='wger Workout Manager <wger@example.com>' && \