blob: be2777c1cd83f8a2d29133f256e63b3c38971b3e [file] [log] [blame]
FROM alpine:3.7
LABEL name="aaf-sms"
LABEL version=1.0.0
LABEL maintainer="vamshi krishna <vn00480215@techmahindra.com>"
EXPOSE 10443
RUN mkdir /sms
ADD sms /sms/bin/sms
RUN chmod +x /sms/bin/sms
ENTRYPOINT ["/sms/bin/sms"]