Update run.sh

This commit is contained in:
Alexandre
2022-07-10 11:21:33 +02:00
committed by GitHub
parent 3098d17fee
commit ac105a9584

View File

@@ -24,4 +24,4 @@ echo "Launch app"
sed -i "1a cd /home/wger/src" /home/wger/entrypoint.sh
#sed -i "s|manage.py|/home/wger/src/manage.py|g" /home/wger/entrypoint.sh
#sed -i "s|wger bootstrap|/home/wger/src/wger bootstrap|g" /home/wger/entrypoint.sh
su wger -c "/usr/bin/env bash /home/wger/entrypoint.sh"
su wger -c "/bin/bash /home/wger/entrypoint.sh"