Skip to content
Snippets Groups Projects
Commit a3103e3f authored by 김재현's avatar 김재현
Browse files

Add Dockerfile

parent 6c4b3cac
No related branches found
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 8098
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