We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af7c8d5 commit ea0a111Copy full SHA for ea0a111
docker/images/mariadb/10.5/bootstrap.sh
@@ -47,7 +47,7 @@ echo "[`date`] Handing over control to /entrypoint.sh..."
47
48
trap clean_up TERM
49
50
-/docker-entrypoint.sh $@ &
+/usr/local/bin/docker-entrypoint.sh $@ &
51
52
echo "[`date`] Bootstrap finished" | tee /var/run/bootstrap_ok
53
0 commit comments