copy the .env file before building the container

travis showed some warnings that the variables weren't defined in the compose
file.
This commit is contained in:
Andreas Zweili 2020-02-15 15:21:39 +01:00
parent 778ad9f08e
commit 01a989eee8
1 changed files with 1 additions and 1 deletions

View File

@ -4,8 +4,8 @@ services:
- docker
before_install:
- docker-compose build
- cp .env-example .env
- docker-compose build
script:
- make test