Commit dbcfd85f authored by 0Tyler's avatar 0Tyler

feat: dockerfile

parent 4c1fa687
FROM adoptopenjdk/openjdk11-openj9:latest
WORKDIR /opt/app
ARG JAR_FILE=target/*.jar
COPY ${JAR_FILE} app.jar
ENTRYPOINT ["java","-jar","/app.jar"]
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment