Remove missing entrypoint for samba.
This commit is contained in:
@@ -2,7 +2,6 @@ FROM alpine
|
||||
|
||||
ARG VERSION
|
||||
|
||||
|
||||
RUN set -xe && \
|
||||
apk add --no-cache \
|
||||
samba-server \
|
||||
@@ -15,8 +14,6 @@ COPY smb.conf /etc/samba/
|
||||
|
||||
EXPOSE 137/udp 138/udp 139/tcp 445/tcp
|
||||
|
||||
ENTRYPOINT ["/usr/bin/entrypoint.sh"]
|
||||
|
||||
CMD nmbd --daemon && \
|
||||
smbd --foreground \
|
||||
--log-stdout \
|
||||
|
||||
Reference in New Issue
Block a user