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

Commit

Permalink
Merge pull request #8 from microservices-demo/fix_label_schema_schema
Browse files Browse the repository at this point in the history
fix a typo
  • Loading branch information
pidster authored Sep 21, 2016
2 parents 3ecd225 + 64e2b77 commit cf23f23
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 cf23f23

Please sign in to comment.