Update Dockerfile

This commit is contained in:
Alexandre
2025-07-20 15:48:26 +02:00
committed by GitHub
parent 2236b24f7f
commit aacc35c694

View File

@@ -100,8 +100,8 @@ RUN sed -i "s|with-contenv|env|g" && \
echo "exec /init" >> "/ha_entrypoint.sh"
#WORKDIR /data
#ENTRYPOINT [ "/usr/bin/env" ]
#CMD [ "/ha_entrypoint.sh" ]
ENTRYPOINT [ "/usr/bin/env" ]
CMD [ "/ha_entrypoint.sh" ]
############
# 5 Labels #