From bfdbd0563c3bf3de894e7713eae33c7887bde01e Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 13 Jan 2022 20:37:31 +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 719612ff7..efc5ee45e 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" ]