Defined CMD in Dockerfile; ENTRYPOINT now supports user-provided commands
All checks were successful
Update Docker Hub Description / dockerHubDescription (push) Successful in 12s
Docker Image CI / build_docker_images (push) Successful in 13m51s

This commit is contained in:
GianLuca Vagnuzzi
2026-01-02 08:21:45 +01:00
parent 4ab10e6de7
commit 25229e748e
4 changed files with 47 additions and 25 deletions

View File

@@ -23,9 +23,6 @@ RUN set -xe && \
ADD rootfs /
# Check Process Within The Container Is Healthy
#HEALTHCHECK --interval=60s --timeout=5s CMD chronyc tracking > /dev/null
ENTRYPOINT ["/entrypoint.sh"]
#CMD ["/entrypoint.sh"]
#CMD ["chronyd","-d","-s" ]
CMD ["/usr/sbin/minidlnad", "-S"]