X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=portal-BE%2FDockerfile;fp=portal-BE%2FDockerfile;h=99275dca016ee45d2d4f0cd22dd7321a0c311553;hb=f51a049146c96181b43ca3f72c1cf715f07d24a9;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hpb=0dd6f1189815079526c3f5211f01650bbe5e665b;p=portal.git diff --git a/portal-BE/Dockerfile b/portal-BE/Dockerfile index e69de29b..99275dca 100644 --- a/portal-BE/Dockerfile +++ b/portal-BE/Dockerfile @@ -0,0 +1,6 @@ +FROM openjdk:8-jdk-alpine +VOLUME /tmp +EXPOSE 8080 +ARG DEPENDENCY=target +ADD ${DEPENDENCY}/portal-0.0.1-SNAPSHOT.jar portal-0.0.1-SNAPSHOT.jar +ENTRYPOINT ["java","-jar","portal-0.0.1-SNAPSHOT.jar"] \ No newline at end of file