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

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pidster committed Sep 19, 2016
1 parent 3ecd225 commit 64e2b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/shipping/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ LABEL org.label-schema.vendor="Weaveworks" \
org.label-schema.url="https://github.com/microservices-demo/shipping" \
org.label-schema.vcs-url="github.com:microservices-demo/shipping.git" \
org.label-schema.vcs-ref="${COMMIT}" \
org.label-schema.docker.schema-version="1.0"
org.label-schema.schema-version="1.0"

ENTRYPOINT ["java","-Djava.security.egd=file:/dev/urandom","-jar","./app.jar", "--port=80"]

0 comments on commit 64e2b77

Please sign in to comment.