feat: docker pull back image #740

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

7
Jenkinsfile vendored
View File

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