Fix Docker setup

This commit fixes the Docker setup and also the CI build.

Also the contributing guide is updated with the new information related
to Docker. The CONTRIBUTING.md file is used to comply with GitHub
guidelines to help other developers to contribute.
This commit is contained in:
Matteo Giaccone 2018-12-06 20:20:01 +01:00
parent 7884dd9807
commit a15a7d8a95
6 changed files with 38 additions and 89 deletions

View file

@ -16,6 +16,7 @@ function die() {
trap cleanup EXIT
export RAILS_ENV=test
export TRACKS_DB=tracks_test
# Put a config/site.yml file in place since it's needed for operation
cp config/site.yml.tmpl config/site.yml