Skip to content

Commit 6647c4c

Browse files
committed
Added docker experimental features
1 parent a892f06 commit 6647c4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pipeline {
2323
sh 'rm -rf node_modules'
2424
sh 'docker run --rm -v $(pwd)/manager:/srv/manager -w /srv/manager jc21/$IMAGE_NAME-base yarn --registry=$NPM_REGISTRY install --prod'
2525
sh 'docker run --rm -v $(pwd)/manager:/data $DOCKER_CI_TOOLS node-prune'
26-
sh 'docker build -t $TEMP_IMAGE_NAME .'
26+
sh 'docker build --squash --compress -t $TEMP_IMAGE_NAME .'
2727
}
2828
}
2929
stage('Publish') {

0 commit comments

Comments
 (0)