feat: docker pull back image #740

Closed
alexm wants to merge 48 commits from 6695-docker_push into dev
1 changed files with 1 additions and 0 deletions
Showing only changes of commit f558c4db87 - Show all commits

1
Jenkinsfile vendored
View File

@ -115,6 +115,7 @@ pipeline {
// sh 'cd front' // sh 'cd front'
// sh '# export VERSION=e2e-try' // sh '# export VERSION=e2e-try'
// sh 'docker build -f salix/back/Dockerfile -t back ./salix' // sh 'docker build -f salix/back/Dockerfile -t back ./salix'
sh 'quasar build'
sh 'docker-compose -f docker-compose.e2e.yml up --build front' sh 'docker-compose -f docker-compose.e2e.yml up --build front'
// sh 'pnpm i @verdnatura/myt' // sh 'pnpm i @verdnatura/myt'
// sh 'cd salix && npx myt run -t --ci -d -n front_default' // sh 'cd salix && npx myt run -t --ci -d -n front_default'