From 6cdbd22d45095176c8ba840e6fdde2140fbc28f2 Mon Sep 17 00:00:00 2001 From: hwchiu Date: Tue, 19 Jun 2018 10:56:45 +0800 Subject: [PATCH] Remove wrong instruction Former-commit-id: 8d522664ba1a20d8b125da62c7781b1d77f04aeb [formerly f912bb9f308419815c64376896ae2f107775f826] Former-commit-id: db12b4884f019e38e6aff85ae56e7e96c8f734fd --- dockerfiles/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dockerfiles/Dockerfile b/dockerfiles/Dockerfile index 6d4649b2..3f0e23f5 100644 --- a/dockerfiles/Dockerfile +++ b/dockerfiles/Dockerfile @@ -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 @@ -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