Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Commit

Permalink
regression
Browse files Browse the repository at this point in the history
  • Loading branch information
lsbardel committed Mar 1, 2020
1 parent 2fde956 commit d7c9473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ mypy: ## run mypy
@mypy openapi

postgresql: ## run postgresql for testing
docker run -e POSTGRES_PASSWORD=postgres -rm -d --network=host --name=openapi-db postgres:12
docker run -e POSTGRES_PASSWORD=postgres --rm --network=host --name=openapi-db -d postgres:12

postgresql-nd: ## run postgresql for testing - non daemon
docker run -e POSTGRES_PASSWORD=postgres --rm --network=host --name=openapi-db postgres:12
Expand Down

0 comments on commit d7c9473

Please sign in to comment.