Skip to content

Commit

Permalink
upload dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dangnak2 committed Oct 8, 2023
1 parent fc47a21 commit 0b090a8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM openjdk:11-jdk
EXPOSE 8080
ARG JAR_FILE=/build/libs/PLADI-ALM-Archiving-0.0.1-SNAPSHOT.jar
COPY ${JAR_FILE} app.jar
ENTRYPOINT ["java","-jar","-Djasypt.encryptor.password=${JASYPT_PASSWORD}","/app.jar"]

0 comments on commit 0b090a8

Please sign in to comment.