Comment out ENTRYPOINT and CMD in Dockerfile

This commit is contained in:
Alexandre
2025-09-15 12:41:41 +02:00
committed by GitHub
parent 9412b1f97f
commit fe3f548fbf

View File

@@ -109,8 +109,8 @@ RUN sed -i "s|/usr/bin/with-contenv|/usr/bin/env|g" /etc/cont-init.d/* && \
sed -i "s|/usr/bin/with-contenv|/usr/bin/env|g" /etc/services.d/*/run
#WORKDIR /data
ENTRYPOINT [ "/usr/bin/env" ]
CMD [ "/ha_entrypoint.sh" ]
#ENTRYPOINT [ "/usr/bin/env" ]
#CMD [ "/ha_entrypoint.sh" ]
############
# 5 Labels #