X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Dockerfile;h=dfcd837d3ad59341778fd8ac7112d2b47d010018;hb=55695c9e036a7e8935f503ea7abb47128fc09529;hp=5f6e3f01d7d67654d776990bc3579790e8223b7f;hpb=f7c3ae73bd887ea3985ea1db2d16a7360d1d82a6;p=nonrtric%2Fplt%2Fa1policymanagementservice.git diff --git a/Dockerfile b/Dockerfile index 5f6e3f0..dfcd837 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,7 +34,7 @@ FROM debian:11-slim ENV JAVA_HOME=/jre ENV PATH="${JAVA_HOME}/bin:${PATH}" -#copy JRE from the base image +# Copy JRE from the base image COPY --from=jre-build /customjre $JAVA_HOME ARG JAR