lundi 11 juin 2018

Test Laravel app with Jenkins and Docker

I'm trying to understand what whould be the best approach to write a pipeline in Jenkins to test a Laravel app using docker.

Basically I don't know what to do with the database, as Jenkins docker image doesn't come with docker-compose, I don't know how to start the app and database containers to work properly.

Should I start the db inside the same container that runs the app?

Thanks

Aucun commentaire:

Enregistrer un commentaire