Fix some styling, add Procfile
This commit is contained in:
parent
a6cd5f4266
commit
2d99710fc2
9 changed files with 246 additions and 15 deletions
3
Makefile
3
Makefile
|
@ -11,6 +11,9 @@ help:
|
|||
.PHONY: start
|
||||
start: docker-compose-up watch-frontend ## Start containers and watch frontend
|
||||
|
||||
.PHONY: logs
|
||||
logs: ## Tail the app and worker logs
|
||||
docker-compose logs -f app worker
|
||||
|
||||
.PHONY: migrate
|
||||
migrate: ## Migrate database schema
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue