Defined CMD in Dockerfile; ENTRYPOINT now supports user-provided commands
This commit is contained in:
@@ -25,3 +25,4 @@ RUN set -xe && \
|
||||
ADD rootfs /
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
CMD ["smbd", "-F", "--no-process-group", "--debug-stdout", "-d", "3", "--configfile=/data/smb.conf"]
|
||||
|
||||
Reference in New Issue
Block a user