From a738a62a17e677878644878b5f7966b1ea9448f2 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 12 Jan 2022 22:17:36 +0100 Subject: [PATCH] Update Dockerfile --- tandoor_recipes/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tandoor_recipes/Dockerfile b/tandoor_recipes/Dockerfile index efc5ee45e..719612ff7 100644 --- a/tandoor_recipes/Dockerfile +++ b/tandoor_recipes/Dockerfile @@ -55,7 +55,7 @@ RUN mkdir -p /tmpscripts /etc/cont-init.d && \ ################ RUN chmod 777 /entrypoint.sh -WORKDIR /data/recipes +#WORKDIR /data/recipes ENTRYPOINT [ "/usr/bin/env" ] CMD [ "/entrypoint.sh" ]