Remove missing entrypoint for samba.
This commit is contained in:
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user