From: Lvbo163 Date: Mon, 13 Aug 2018 02:56:06 +0000 (+0800) Subject: add Dockerfile X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=3382ec565cf9e54c0c8fe8830f514297dce2d184;p=msb%2Fservice-mesh.git add Dockerfile Issue-ID: MSB-275 Change-Id: I41d626fa018b8a976fed235c69fd334560af2667 Signed-off-by: Lvbo163 --- diff --git a/msb2pilot/src/msb2pilot/Dockerfile b/msb2pilot/src/msb2pilot/Dockerfile new file mode 100644 index 0000000..99b2c9b --- /dev/null +++ b/msb2pilot/src/msb2pilot/Dockerfile @@ -0,0 +1,9 @@ +FROM ubuntu:16.04 + +EXPOSE 9081 + +WORKDIR /home/msb2pilot +COPY ./conf ./conf +COPY ./msb2pilot . + +ENTRYPOINT /home/msb2pilot/msb2pilot