Remove missing entrypoint for samba.

This commit is contained in:
chsteinle
2021-11-24 10:55:12 +01:00
parent dd628a5f07
commit 3441f460b8

View File

@@ -2,7 +2,6 @@ FROM alpine
ARG VERSION ARG VERSION
RUN set -xe && \ RUN set -xe && \
apk add --no-cache \ apk add --no-cache \
samba-server \ samba-server \
@@ -15,8 +14,6 @@ COPY smb.conf /etc/samba/
EXPOSE 137/udp 138/udp 139/tcp 445/tcp EXPOSE 137/udp 138/udp 139/tcp 445/tcp
ENTRYPOINT ["/usr/bin/entrypoint.sh"]
CMD nmbd --daemon && \ CMD nmbd --daemon && \
smbd --foreground \ smbd --foreground \
--log-stdout \ --log-stdout \