Skip to content
Snippets Groups Projects
Commit 01835cb7 authored by dudgns2947's avatar dudgns2947
Browse files

Add DokcerFile

parent 40d99fca
Branches
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