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.
1 parent 52da6cc commit 76d0ab9Copy full SHA for 76d0ab9
Dockerfile
@@ -11,4 +11,5 @@ RUN pwd \
11
&& cp ./build/libs/devopssample-java-gradle-0.0.1.jar app.jar
12
13
VOLUME /tmp
14
+EXPOSE 8080
15
ENTRYPOINT ["java","-Djava.security.egd=file:/dev/./urandom","-jar","/app.jar"]
0 commit comments