From af3178c7af469e1399cf542e6496db3b440a7efa Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 26 Dec 2022 08:20:03 +0100 Subject: [PATCH] Update Dockerfile --- mealie_frontend/Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mealie_frontend/Dockerfile b/mealie_frontend/Dockerfile index 93b169d69..56a617852 100644 --- a/mealie_frontend/Dockerfile +++ b/mealie_frontend/Dockerfile @@ -73,10 +73,10 @@ 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.txt \ - && cat /run.txt > /app/mealie/run.sh \ - && chmod +x /app/mealie/run.sh + sed -i '1d' /app/run.sh \ + && cat /app/run.sh >> /run.txt \ + && cat /run.txt > /app/run.sh \ + && chmod +x /app/run.sh ############ # 5 Labels #