Defined CMD in Dockerfile; ENTRYPOINT now supports user-provided commands
This commit is contained in:
@@ -24,4 +24,4 @@ RUN set -xe && \
|
||||
ADD rootfs /
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
CMD ["in.tftpd --ipv4 --foreground --listen --address 0.0.0.0:69 --create --secure -vvv /var/tftpboot"]
|
||||
CMD ["in.tftpd", "--ipv4", "--foreground", "--listen", "--address", "0.0.0.0:69", "--create", "--secure", "-vvv", "/var/tftpboot"]
|
||||
|
||||
Reference in New Issue
Block a user