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
  • Loading branch information
Hung-Wei Chiu authored Jun 19, 2018
2 parents 0873978 + b92af31 commit 679f4f7
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 679f4f7

Please sign in to comment.