Change Google auth strategy

This commit is contained in:
Jonathan Cremin 2018-03-11 20:22:17 +00:00
parent 0d4bd47251
commit bd85678303
5 changed files with 20 additions and 10 deletions

View file

@ -30,3 +30,7 @@ watch-frontend: ## Build and watch frontend for changes
.PHONY: docker-compose-up
docker-compose-up: ## Start (and create) docker containers
docker-compose up -d
.PHONY: yarn
yarn: ## Migrate database schema
docker-compose run --rm app yarn