Update Dockerfile

This commit is contained in:
Alexandre
2021-09-20 13:30:01 +02:00
committed by GitHub
parent 77fedb7f56
commit 91d484d3c6

View File

@@ -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" ]