Update Dockerfile

This commit is contained in:
Alexandre
2025-03-01 20:50:52 +01:00
committed by GitHub
parent 7cbe7d7e92
commit 8a8fa9f8bc

View File

@@ -48,7 +48,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \
# Correct data path
# hadolint ignore=DL4006
RUN sed -i "s|change_user$|# change_user|g" /app/run.sh &&
RUN sed -i "s|change_user$|# change_user|g" /app/run.sh && \
# Avoid unbound error
sed -i 's|\${!file_var}|${!file_var:-}|g' /app/run.sh