mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +02:00
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:
parent
7884dd9807
commit
a15a7d8a95
6 changed files with 38 additions and 89 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue