Skip to content
Snippets Groups Projects
Commit f845deb3 authored by SangJun Park's avatar SangJun Park
Browse files

Add Dockerfile

parent d2e2dc3c
Branches
No related tags found
No related merge requests found
FROM openjdk:17
ARG JAR_FILE=target/myspringweb-0.0.1-SNAPSHOT.jar
COPY ${JAR_FILE} app.jar
EXPOSE 80
ENTRYPOINT ["java", "-jar", "/app.jar"]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment