Skip to content

Commit

Permalink
docker
Browse files Browse the repository at this point in the history
  • Loading branch information
lindvarl committed Jun 28, 2024
1 parent 2ed3333 commit 8e8ea0b
Showing 1 changed file with 1 addition and 1 deletion.
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=das-producer-2.0.12-SNAPSHOT.jar
ENV JAR_FILE=das-producer/target/*.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 8e8ea0b

Please sign in to comment.