mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-03-13 16:34:22 +01:00
Update Dockerfile
This commit is contained in:
@@ -70,12 +70,12 @@ RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get
|
||||
# 4 Entrypoint #
|
||||
################
|
||||
|
||||
#RUN \
|
||||
# # Add custom instructions to run.sh
|
||||
# sed -i '1d' /app/mealie/run.sh \
|
||||
# && cat /app/mealie/run.sh >> /run.txt \
|
||||
# && cat /run.txt > /app/mealie/run.sh \
|
||||
# && chmod +x /app/mealie/run.sh
|
||||
RUN \
|
||||
# Add custom instructions to run.sh
|
||||
sed -i '1d' /app/mealie/run.sh \
|
||||
&& cat /app/mealie/run.sh >> /run.sh \
|
||||
&& mv -f /run.sh /app/mealie/run.sh \
|
||||
&& chmod +x /app/mealie/run.sh
|
||||
|
||||
############
|
||||
# 5 Labels #
|
||||
|
||||
Reference in New Issue
Block a user