Bastien Sevajol (Algoo) 921eb41684 Working docker image for tests il y a 8 ans
..
Debian_Tests Working docker image for tests il y a 8 ans
Debian_Uwsgi Working docker image for tests il y a 8 ans
README.md Working docker image for tests il y a 8 ans

README.md

How to use Tracim docker images

For test execution

 Build image

docker build -t tracim:tests docker/Debian_Tests

Run tests

With SQLite

docker run -e DATABASE_TYPE=sqlite tracim:tests

With MySQL

docker run -e DATABASE_TYPE=mysql tracim:tests

With PostgreSQL

docker run -e DATABASE_TYPE=postgresql tracim:tests