From e4a042eb6081aab5cbcd4154ec5ac3c89f78fc8b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 23 Dec 2022 22:01:11 +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 887e90682..1f81163a8 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.sh \ + && mv -f /run.sh /app/mealie/run.sh \ + && chmod +x /app/mealie/run.sh ############ # 5 Labels #