Update Dockerfile

This commit is contained in:
Alexandre
2022-12-26 08:20:03 +01:00
committed by GitHub
parent 9cbecb3607
commit af3178c7af

View File

@@ -73,10 +73,10 @@ RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get
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/run.sh \
&& cat /app/mealie/run.sh >> /run.txt \ && cat /app/run.sh >> /run.txt \
&& cat /run.txt > /app/mealie/run.sh \ && cat /run.txt > /app/run.sh \
&& chmod +x /app/mealie/run.sh && chmod +x /app/run.sh
############ ############
# 5 Labels # # 5 Labels #