Skip to content
Snippets Groups Projects
Commit 0ab118ab authored by 민재 조's avatar 민재 조
Browse files

add Dockerfile

parent ba63508e
No related branches found
No related tags found
No related merge requests found
FROM openjdk:17
ARG JAR_FILE=target/mySpringWeb*.jar
COPY ${JAR_FILE} app.jar
EXPOSE 8098
ENTRYPOINT ["java","-jar","/app.jar"]
\ No newline at end of file
mvnw 100644 → 100755
File mode changed from 100644 to 100755
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment