mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 18:31:02 +01:00
Update Dockerfile
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user