Test Blogpost
This post is solely used to review scripts that should enhance the blog.
Expected: below the code block a copy button is added.
FROM openjdk:11-jre-slim
ARG JAR_FILE=target/*.jar
COPY ${JAR_FILE} app.jar
ENTRYPOINT ["java","-jar","/app.jar"]
Comments
Post a Comment