We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33365f0 commit 632cd8dCopy full SHA for 632cd8d
.circleci/config.yml
@@ -6,7 +6,7 @@ jobs:
6
- run:
7
name: Build an amd64 container image
8
command: |
9
- docker run -t --rm -v ${PWD}:/deploy-ui -w /deploy-ui node:10.15.3 bash -c "npm i -g npm@latest && npm install && npm run build"
+ docker run -t --rm -v ${PWD}:/deploy-ui -w /deploy-ui node:10.15.3 bash -c "yarn install && yarn run build"
10
docker build -t wise2c/deploy-ui:amd64-$CIRCLE_BRANCH .
11
docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
12
docker push wise2c/deploy-ui:amd64-$CIRCLE_BRANCH
0 commit comments