Skip to content

Commit

Permalink
Fix: Docker image can't start
Browse files Browse the repository at this point in the history
  • Loading branch information
qmonmert committed Sep 13, 2024
1 parent 8947f93 commit 3308fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ RUN \
ENV SPRING_OUTPUT_ANSI_ENABLED=ALWAYS \
JAVA_OPTS=""
USER jhipster
ENTRYPOINT ["exec", "java", "${JAVA_OPTS}", "-Djava.security.egd=file:/dev/./urandom", "-jar", "/code/*.jar"]
ENTRYPOINT exec java ${JAVA_OPTS} -Djava.security.egd=file:/dev/./urandom -jar /code/*.jar
EXPOSE 7471

0 comments on commit 3308fdc

Please sign in to comment.