We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Dockerfile entrypoint
1 parent afc4b5b commit 001ea2aCopy full SHA for 001ea2a
docker/Dockerfile
@@ -11,4 +11,4 @@ RUN apt-get update \
11
12
COPY $jar app.jar
13
14
-ENTRYPOINT [ "/bin/sh", "-c", "exec java -Djava.security.egd=file:/dev/./urandom -jar app.jar" ]
+ENTRYPOINT [ "java", "-Djava.security.egd=file:/dev/./urandom", "-jar", "app.jar" ]
0 commit comments