feat: docker pull back image #740

Open
alexm wants to merge 46 commits from 6695-docker_push into dev
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 9aeaac7648 - Show all commits

4
Jenkinsfile vendored
View File

@ -116,8 +116,8 @@ pipeline {
// 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 'quasar build'
sh 'docker-compose -f docker-compose.e2e.yml build front' sh 'docker compose -f docker-compose.e2e.yml build front'
sh 'docker-compose -f docker-compose.e2e.yml up front' sh 'docker compose -f docker-compose.e2e.yml up 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'
// // sh 'docker-compose -f docker-compose.e2e.yml up --build db' // // sh 'docker-compose -f docker-compose.e2e.yml up --build db'