Skip to content
Snippets Groups Projects
Commit dd8ad7fc authored by 이명건's avatar 이명건
Browse files

docker image addition

parent ca2c7aa7
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" ]
\ 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