mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-24 17:51:49 +02:00
Update Dockerfile
This commit is contained in:
@@ -10,7 +10,7 @@ RUN \
|
|||||||
################
|
################
|
||||||
# Install apps #
|
# Install apps #
|
||||||
################
|
################
|
||||||
apk add --no-cache jq curl bash nginx \
|
apk add --no-cache jq curl bash \
|
||||||
\
|
\
|
||||||
##################
|
##################
|
||||||
# Install bashio #
|
# Install bashio #
|
||||||
@@ -31,9 +31,9 @@ RUN \
|
|||||||
&& sed -i '1d' /app/mealie/run.sh \
|
&& sed -i '1d' /app/mealie/run.sh \
|
||||||
&& cat /app/mealie/run.sh >> /nginx.txt \
|
&& cat /app/mealie/run.sh >> /nginx.txt \
|
||||||
&& cat /nginx.txt > /app/mealie/run.sh \
|
&& 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
|
# Add custom caddy instructions for ingress
|
||||||
&& cat /caddy.txt >> /app/Caddyfile
|
# && cat /caddy.txt >> /app/Caddyfile
|
||||||
|
|
||||||
VOLUME [ "/data" ]
|
VOLUME [ "/data" ]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user