Skip to content

Commit

Permalink
Updated Dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
Son-HNguyen authored Apr 3, 2018
1 parent ef812e6 commit aa55bca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,5 @@ EXPOSE 8000 137/udp 138/udp 139 445
#HEALTHCHECK --interval=60s --timeout=15s \
# CMD smbclient -L '\\localhost\' -U 'guest%' -m SMB3

ENTRYPOINT [ "samba.sh" ]
RUN chmod +x /usr/bin/samba.sh
ENTRYPOINT [ "/usr/bin/samba.sh" ]

0 comments on commit aa55bca

Please sign in to comment.