Gitiles
Code Review
Sign In
gerrit.nordix.org
/
onap
/
aaf
/
sms
/
6e8ef8ac3a9f9504ff4a5ea9991197010930d834
/
.
/
sms-service
/
bin
/
Dockerfile
blob: d663f80ad4e9e4320f2426aed4aae64439e82e87 [
file
] [
log
] [
blame
]
FROM alpine
:
3.7
MAINTAINER aaf
-
sms
LABEL name
=
"aaf-sms"
LABEL version
=
1.0
.
0
LABEL maintainer
=
"vamshi krishna <vn00480215@techmahindra.com>"
EXPOSE
10443
ADD auth
/
sms
/
auth
/
ADD sms
/
sms
/
bin
/
sms
RUN chmod
+
x
/
sms
/
bin
/
sms
ENTRYPOINT
[
"/sms/bin/sms"
]