Skip to content
This repository was archived by the owner on Dec 5, 2023. It is now read-only.

Commit 1db623a

Browse files
Do not override JAVA_OPTS that base image sets, it includes this flag now
1 parent 3bc598a commit 1db623a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docker/carts/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,4 @@ LABEL org.label-schema.vendor="Weaveworks" \
2121
org.label-schema.vcs-ref="${COMMIT}" \
2222
org.label-schema.schema-version="1.0"
2323

24-
ENV JAVA_OPTS "-Djava.security.egd=file:/dev/urandom"
25-
ENTRYPOINT ["/usr/local/bin/java.sh","-jar","./app.jar", "--port=80"]
24+
ENTRYPOINT ["/usr/local/bin/java.sh","-jar","./app.jar", "--port=80"]

0 commit comments

Comments
 (0)