Update Dockerfile to set entrypoint and command

This commit is contained in:
Alexandre
2025-09-01 07:22:18 +02:00
committed by GitHub
parent 18b80232a3
commit 95d4812098

View File

@@ -83,7 +83,8 @@ RUN chmod 777 /.bashio-standalone.sh
USER wger
#CMD [ "/ha_entrypoint.sh" ]
ENTRYPOINT ["/usr/bin/env"]
CMD ["/ha_entrypoint.sh"]
############
# 5 Labels #