Defined CMD in Dockerfile; ENTRYPOINT now supports user-provided commands
This commit is contained in:
@@ -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"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user