Fix Deezer covers
This commit is contained in:
parent
2c7e4f9dee
commit
2245428465
2 changed files with 12 additions and 12 deletions
5
Makefile
5
Makefile
|
@ -11,6 +11,10 @@ help:
|
|||
.PHONY: start
|
||||
start: docker-compose-up watch-frontend ## Start containers and watch frontend
|
||||
|
||||
.PHONY: test
|
||||
test: ## Run tests
|
||||
docker-compose run --rm app yarn test
|
||||
|
||||
.PHONY: logs
|
||||
logs: ## Tail the app and worker logs
|
||||
docker-compose logs -f app worker
|
||||
|
@ -23,7 +27,6 @@ migrate: ## Migrate database schema
|
|||
watch-frontend: ## Build and watch frontend for changes
|
||||
docker-compose run --rm app yarn watch-js
|
||||
|
||||
|
||||
.PHONY: docker-compose-up
|
||||
docker-compose-up: ## Start (and create) docker containers
|
||||
docker-compose up -d
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue