Skip to content

Commit

Permalink
Merge pull request #63 from labens-ufrn/infra/issue62-docker
Browse files Browse the repository at this point in the history
Criando arquivo Dockerfile #62
  • Loading branch information
tacianosilva authored Jul 3, 2024
2 parents 7b37caa + 50ccd52 commit c5f5726
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
FROM adoptopenjdk:11-jre-hotspot
ARG JAR_FILE=*.jar
COPY ${JAR_FILE} application.jar
ENTRYPOINT ["java", "-jar", "application.jar"]

0 comments on commit c5f5726

Please sign in to comment.