Skip to content
Snippets Groups Projects
Commit f7791acd authored by DongHwi Kim's avatar DongHwi Kim
Browse files

final commit

parent 2ec0ddad
No related branches found
No related tags found
No related merge requests found
target/
\ No newline at end of file
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
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment