diff --git a/mealie/Dockerfile b/mealie/Dockerfile index ccd62fa79..1deea233b 100644 --- a/mealie/Dockerfile +++ b/mealie/Dockerfile @@ -29,8 +29,8 @@ RUN \ && grep -rl "/app/data" /app | xargs sed -i 's|/app/data|/data|g' \ # Add custom instructions to run.sh && sed -i '1d' /app/mealie/run.sh \ - && cat /app/mealie/run.sh >> /nginx.txt \ - && cat /nginx.txt > /app/mealie/run.sh \ + && cat /app/mealie/run.sh >> /run.txt \ + && cat /run.txt > /app/mealie/run.sh \ && chmod +x /app/mealie/run.sh # Add custom caddy instructions for ingress #&& cat /caddy.txt >> /app/Caddyfile