Update Dockerfile

This commit is contained in:
Alexandre
2024-01-26 13:35:04 +01:00
committed by GitHub
parent 46e96e0852
commit 9d5e5cba23

View File

@@ -30,7 +30,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \
# Correct data path
# hadolint ignore=DL4006
RUN grep -rl "/app/data" /app | xargs sed -i 's|/app/data|/config/addons_config/mealie_data|g' && \
sed -i "s|change_user|# change_user|g" /app/run.sh
sed -i "s|change_user$|# change_user|g" /app/run.sh
##################
# 3 Install apps #