Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
arkid15r committed Sep 12, 2024
1 parent 2cd5651 commit b2e33f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ sync:

test:
@docker build -f backend/Dockerfile.test backend -t nest-backend-test
@docker run -e DJANGO_CONFIGURATION=Test -it nest-backend-test poetry run pytest 2>/dev/null
@docker run -e DJANGO_CONFIGURATION=Test -it nest-backend-test poetry run pytest

update:
@$(MAKE) sync
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:
db:
container_name: nest-db
image: postgres:16.4
env_file: .env/db.staging
env_file: .env/db
healthcheck:
test:
[
Expand Down

0 comments on commit b2e33f3

Please sign in to comment.