Skip to content
Snippets Groups Projects
Commit 0db9f707 authored by 심재엽's avatar 심재엽
Browse files

Docker Image make

parent 3a92d0d7
No related branches found
No related tags found
No related merge requests found
FROM openjdk:17
COPY target/myspringweb-0.0.1-SNAPSHOT.jar app.jar
EXPOSE 8098
ENTRYPOINT ["java", "-jar", "/app.jar"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment