Update Dockerfile.offline

delete "ADD conf /go/bin/conf" as conf directory is not exist
This commit is contained in:
xiahaoshawn 2016-02-23 13:23:41 +08:00
parent dadb52323b
commit 65e010d56e
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@ ENV REGISTRY_URL localhost:5000
RUN apt-get update -qqy && apt-get install -qqy libldap2-dev
ADD harbor /go/bin/harbor
ADD conf /go/bin/conf
ADD views /go/bin/views
ADD static /go/bin/static