Remove -debug from signer/server Dockerfiles

Signed-off-by: Ying Li <ying.li@docker.com>
This commit is contained in:
Ying Li
2015-10-16 14:40:33 -07:00
parent 81380e0862
commit bdcd70eca7
2 changed files with 2 additions and 2 deletions

View File

@@ -19,4 +19,4 @@ RUN go install \
${NOTARYPKG}/cmd/notary-server
ENTRYPOINT [ "notary-server" ]
CMD [ "-config", "cmd/notary-server/config.json", "-debug"]
CMD [ "-config", "cmd/notary-server/config.json" ]

View File

@@ -38,4 +38,4 @@ RUN go install \
ENTRYPOINT [ "notary-signer" ]
CMD [ "-config=cmd/notary-signer/config.json", "-debug" ]
CMD [ "-config=cmd/notary-signer/config.json" ]