Update Dockerfile

This commit is contained in:
Alexandre
2022-12-23 17:07:21 +01:00
committed by GitHub
parent 589082cee7
commit 8985b2dd98

View File

@@ -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.txt \
# && cat /run.txt > /app/mealie/run.sh \
# && chmod +x /app/mealie/run.sh
############
# 5 Labels #