From 1119e14f8ab4b08f17a963fe428b1e916f7b8236 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 13 Jan 2022 21:09:59 +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" ]