Skip to content

Commit

Permalink
Fix first run with Docker
Browse files Browse the repository at this point in the history
tommoor committed Dec 12, 2017
1 parent b875128 commit 5c9c788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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:

0 comments on commit 5c9c788

Please sign in to comment.