fix: docker remove build deps

This commit is contained in:
NGPixel 2017-08-11 16:47:39 -04:00
parent 680fd73023
commit 4f94dda33c

View File

@ -44,6 +44,7 @@ deploy-docker-master:
name: remove dev dependencies
code: |
yarn install --production --ignore-scripts --prefer-offline
apk del build-base yarn
- internal/docker-push:
username: $DOCKER_HUB_USERNAME
password: $DOCKER_HUB_PASSWORD