diff --git a/mealie_api/Dockerfile b/mealie_api/Dockerfile index d289865ba..5fe8d925b 100644 --- a/mealie_api/Dockerfile +++ b/mealie_api/Dockerfile @@ -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 #