Update Dockerfile

This commit is contained in:
Alexandre
2021-08-02 10:42:13 +02:00
committed by GitHub
parent afa829c5f3
commit 496402a58a

View File

@@ -10,7 +10,7 @@ RUN \
################
# Install apps #
################
apk add --no-cache jq curl bash nginx \
apk add --no-cache jq curl bash \
\
##################
# Install bashio #
@@ -31,9 +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
&& cat /caddy.txt >> /app/Caddyfile
# && cat /caddy.txt >> /app/Caddyfile
VOLUME [ "/data" ]