From 91d484d3c6d66f1de677f3bd9d371271dabeaa09 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 20 Sep 2021 13:30:01 +0200 Subject: [PATCH] Update Dockerfile --- mealie/Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mealie/Dockerfile b/mealie/Dockerfile index 546bf47dc..ccd62fa79 100644 --- a/mealie/Dockerfile +++ b/mealie/Dockerfile @@ -31,10 +31,9 @@ RUN \ && sed -i '1d' /app/mealie/run.sh \ && cat /app/mealie/run.sh >> /nginx.txt \ && cat /nginx.txt > /app/mealie/run.sh \ - && chmod +x /app/mealie/run.sh \ + && chmod +x /app/mealie/run.sh # Add custom caddy instructions for ingress - && sed -i '$ d' /app/Caddyfile \ - && cat /caddy.txt >> /app/Caddyfile + #&& cat /caddy.txt >> /app/Caddyfile VOLUME [ "/data" ]