Fix the exposed port in Dockerfile

4443 is default used by Server and 4444 is for Signer.

Signed-off-by: Hu Keping <hukeping@huawei.com>
This commit is contained in:
HuKeping 2016-01-07 09:42:28 +08:00
parent cc03297c77
commit 9822c6d9be
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ RUN softhsm2-util --init-token --slot 0 --label "test_token" --pin $NOTARY_SIGNE
ENV NOTARYPKG github.com/docker/notary
ENV GOPATH /go/src/${NOTARYPKG}/Godeps/_workspace:$GOPATH
EXPOSE 4443
EXPOSE 4444
# Copy the local repo to the expected go path
COPY . /go/src/github.com/docker/notary