Skip to content
Snippets Groups Projects
Verified Commit 26ace914 authored by David Beniamine's avatar David Beniamine
Browse files

Fix entrypoint

parent f192e433
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ if [ -z "$TIMEOUT" ]; then ...@@ -4,7 +4,7 @@ if [ -z "$TIMEOUT" ]; then
TIMEOUT=90 TIMEOUT=90
fi fi
/docker-entrypoint.sh $@ & nginx -g "daemon off;" &
while [[ $TIMEOUT -gt 0 ]]; do while [[ $TIMEOUT -gt 0 ]]; do
echo "Maintenance system is up, timeout in $TIMEOUT minutes" echo "Maintenance system is up, timeout in $TIMEOUT minutes"
sleep 60 sleep 60
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment