Update Dockerfile

This commit is contained in:
Alexandre
2022-12-23 22:01:11 +01:00
committed by GitHub
parent fa12069614
commit e4a042eb60

View File

@@ -70,12 +70,12 @@ RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get
# 4 Entrypoint # # 4 Entrypoint #
################ ################
#RUN \ RUN \
# # Add custom instructions to run.sh # Add custom instructions to run.sh
# sed -i '1d' /app/mealie/run.sh \ sed -i '1d' /app/mealie/run.sh \
# && cat /app/mealie/run.sh >> /run.txt \ && cat /app/mealie/run.sh >> /run.sh \
# && cat /run.txt > /app/mealie/run.sh \ && mv -f /run.sh /app/mealie/run.sh \
# && chmod +x /app/mealie/run.sh && chmod +x /app/mealie/run.sh
############ ############
# 5 Labels # # 5 Labels #