From caf07a24d9c89a2b2c214cc42947daee002f1f29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=CC=81rgio=20Ramos?= Date: Fri, 2 Jun 2017 01:03:51 +0100 Subject: [PATCH] build(joyent-cp-frontend): build after setting ENV --- packages/cp-frontend/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/cp-frontend/Dockerfile b/packages/cp-frontend/Dockerfile index 0ca09920..fa4aa50a 100644 --- a/packages/cp-frontend/Dockerfile +++ b/packages/cp-frontend/Dockerfile @@ -6,12 +6,12 @@ RUN yarn add lerna@^2.0.0-rc.5 serve \ && ./node_modules/.bin/lerna bootstrap --scope joyent-cp-frontend --include-filtered-dependencies WORKDIR /home/node/app/packages/cp-frontend - COPY packages/cp-frontend/etc/containerpilot.json /etc/ -RUN yarn run build ARG CIRCLE_BRANCH ENV REACT_APP_GQL_HOSTNAME gql-mock-server-$CIRCLE_BRANCH.svc.f4b20699-b323-4452-9091-977895896da6.eu-ams-1.triton.zone +RUN yarn run build + EXPOSE 5000 CMD ["/bin/containerpilot", "../../node_modules/.bin/serve", "-s", "build"]