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 a892f06 commit 6647c4cCopy full SHA for 6647c4c
Jenkinsfile
@@ -23,7 +23,7 @@ pipeline {
23
sh 'rm -rf node_modules'
24
sh 'docker run --rm -v $(pwd)/manager:/srv/manager -w /srv/manager jc21/$IMAGE_NAME-base yarn --registry=$NPM_REGISTRY install --prod'
25
sh 'docker run --rm -v $(pwd)/manager:/data $DOCKER_CI_TOOLS node-prune'
26
- sh 'docker build -t $TEMP_IMAGE_NAME .'
+ sh 'docker build --squash --compress -t $TEMP_IMAGE_NAME .'
27
}
28
29
stage('Publish') {
0 commit comments