diff --git a/docker/docker-entrypoint.sh b/docker/docker-entrypoint.sh index c795d6a..c39453d 100755 --- a/docker/docker-entrypoint.sh +++ b/docker/docker-entrypoint.sh @@ -68,6 +68,4 @@ echo "✅ Initialisation is done." # Launch whatever is passed by docker # (i.e. the RUN instruction in the Dockerfile) -# -# shellcheck disable=SC2068 -exec $@ +exec "$@"