From 8985b2dd98da62262c688b1dfafb9b98697d9628 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 23 Dec 2022 17:07:21 +0100 Subject: [PATCH] Update Dockerfile --- mealie_api/Dockerfile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/mealie_api/Dockerfile b/mealie_api/Dockerfile index d289865ba..5fe8d925b 100644 --- a/mealie_api/Dockerfile +++ b/mealie_api/Dockerfile @@ -70,12 +70,12 @@ RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get # 4 Entrypoint # ################ -RUN \ - # Add custom instructions to run.sh - sed -i '1d' /app/mealie/run.sh \ - && cat /app/mealie/run.sh >> /run.txt \ - && cat /run.txt > /app/mealie/run.sh \ - && chmod +x /app/mealie/run.sh +#RUN \ +# # Add custom instructions to run.sh +# sed -i '1d' /app/mealie/run.sh \ +# && cat /app/mealie/run.sh >> /run.txt \ +# && cat /run.txt > /app/mealie/run.sh \ +# && chmod +x /app/mealie/run.sh ############ # 5 Labels #