Skip to content

Commit

Permalink
Merge pull request #7 from linkernetworks/hwchiu/fix-dockerfiles
Browse files Browse the repository at this point in the history
Fix Dockerfile 

Former-commit-id: 3da27c3385f466b47bada4122cee453ec9d5109c [formerly d7eb021]
Former-commit-id: 4dd273b88db93752a58253bf0b3aad9443defa8f
  • Loading branch information
Hung-Wei Chiu authored Jun 19, 2018
2 parents d263c22 + 6cdbd22 commit b61c10f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ WORKDIR /go/src/bitbucket.org/linkernetworks/vortex

RUN apk add --no-cache protobuf ca-certificates git

COPY config /cv-tracker/config
# TODO fix path after move out
COPY . /go/src/bitbucket.org/linkernetworks/vortex/src
COPY Makefile /go/src/bitbucket.org/linkernetworks/vortex
Expand Down Expand Up @@ -37,7 +36,7 @@ COPY config /vortex/config
ARG BRAND=aurora

# select the config file for deployment
ARG CONFIG=config/k8s-develop.json
ARG CONFIG=config/k8s.json
COPY ${CONFIG} config/k8s.json

EXPOSE 7890
Expand Down

0 comments on commit b61c10f

Please sign in to comment.