Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
michielbdejong committed Jun 3, 2024
1 parent 3170483 commit 610d36a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ help:
.PHONY: services
services: args?=up -d
services: python
@tox -qe dockercompose --run-command 'sh -c "docker network create dbs 2>/dev/null || true"'
@tox -qe dockercompose -- $(args)
@docker network create dbs 2>/dev/null || true
@docker compose $(args)

.PHONY: db
db: args?=upgrade head
Expand Down

0 comments on commit 610d36a

Please sign in to comment.