From 4cb19604a14a3988ac03f16ed542cd125f9f5070 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 23 Dec 2022 22:12:18 +0100 Subject: [PATCH] Update Dockerfile --- mealie_api/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mealie_api/Dockerfile b/mealie_api/Dockerfile index 1f81163a8..461fda600 100644 --- a/mealie_api/Dockerfile +++ b/mealie_api/Dockerfile @@ -73,8 +73,8 @@ RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get 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 \ + && cat /app/mealie/run.sh >> /run.txt \ + && cat /run.txt > /app/mealie/run.sh \ && chmod +x /app/mealie/run.sh ############