Change Google auth strategy
This commit is contained in:
parent
0d4bd47251
commit
bd85678303
5 changed files with 20 additions and 10 deletions
4
Makefile
4
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue