Gitiles
Code Review
Sign In
gerrit.nordix.org
/
onap
/
cps
/
0bd192ca12ac2f768e44d0d3482785c79a881904
/
.
/
docker-compose
/
initfile
/
Dockerfile
blob: 3c3231e62357ca8212af4934a76949ff3cfb2a9e [
file
] [
log
] [
blame
]
# syntax=docker/dockerfile:1
FROM alpine
:
latest
RUN apk
--
no
-
cache add curl
RUN apk
--
no
-
cache add bash
COPY onboardSubscriptionModel
.
sh
/
onboardSubscriptionModel
.
sh
CMD
[
"sh"
,
"onboardSubscriptionModel.sh"
]