Update Dockerfile

This commit is contained in:
Alexandre
2021-07-28 22:02:46 +02:00
committed by GitHub
parent 9a71b6ecdf
commit fb0ff0ce6d

View File

@@ -33,7 +33,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
&& cat /caddy.txt >> /app/Caddyfile
VOLUME [ "/data" ]