From cb202ab85474aac2100f2cfb9a72cc5a933ef492 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 20 Sep 2021 11:27:10 +0200 Subject: [PATCH] Update Dockerfile --- mealie/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/mealie/Dockerfile b/mealie/Dockerfile index 66db114ac..546bf47dc 100644 --- a/mealie/Dockerfile +++ b/mealie/Dockerfile @@ -33,6 +33,7 @@ RUN \ && cat /nginx.txt > /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 VOLUME [ "/data" ]