Skip to content

Commit

Permalink
jar
Browse files Browse the repository at this point in the history
  • Loading branch information
lindvarl committed Jun 28, 2024
1 parent 64482e1 commit 2ed3333
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file added .DS_Store
Binary file not shown.
Binary file added das-producer/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion das-producer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN useradd -u 1000 ingressuser
WORKDIR /opt
USER ingressuser

ENV JAR_FILE=*.jar
ENV JAR_FILE=das-producer-2.0.12-SNAPSHOT.jar
COPY ${JAR_FILE} /opt/app.jar

ENTRYPOINT ["java", "-XshowSettings:vm", "-XX:+PrintFlagsFinal", "-XX:MaxRAMPercentage=70", "-Djava.security.egd=file:/dev/./urandom", "-Djava.awt.headless=true", "-jar", "/opt/app.jar"]

0 comments on commit 2ed3333

Please sign in to comment.