Update Dockerfile

This commit is contained in:
Alexandre
2021-09-20 14:58:23 +02:00
committed by GitHub
parent 01f0dd58cc
commit b8b172127a

View File

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