Fix first run with Docker

This commit is contained in:
Tom Moor 2017-12-11 21:16:37 -08:00
parent b8751281de
commit 5c9c788d5d
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
up:
docker-compose up -d redis postgres s3
docker-compose run --rm outline yarn sequelize db:migrate
docker-compose run --rm outline bash -c "yarn && yarn sequelize db:migrate"
docker-compose up outline
build: