FROM alpine:latest RUN apk add --no-cache samba-server samba-common-tools ADD start.sh /start.sh RUN ["chmod", "+x", "/start.sh"] CMD ["/start.sh"]