Skip to content
Snippets Groups Projects
Commit d81700d4 authored by 김영훈's avatar 김영훈
Browse files

Merge branch 'master' into 'main'

modify JenkinsFile

See merge request !9
parents 5fe34886 01835cb7
No related branches found
No related tags found
1 merge request!9modify JenkinsFile
FROM openjdk:17
ARG JAR_FILE=target/myweb*.jar
COPY ${JAR_FILE} app.jar
EXPOSE 80
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