From 5708a95e994fcda641007c39e330adef220995c3 Mon Sep 17 00:00:00 2001 From: Marlon Beijer Date: Tue, 25 Jun 2019 16:06:49 +0200 Subject: [PATCH] Run command --- imagefiles/entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/imagefiles/entrypoint.sh b/imagefiles/entrypoint.sh index f641604..cc8ef20 100755 --- a/imagefiles/entrypoint.sh +++ b/imagefiles/entrypoint.sh @@ -3,3 +3,4 @@ # This is the entrypoint script for the dockerfile. Executed in the # container at runtime. +exec "$@"