Skip to content

Commit

Permalink
update docker config
Browse files Browse the repository at this point in the history
  • Loading branch information
mariovyord committed Dec 17, 2023
1 parent 64d8722 commit 7f05b31
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 15 deletions.
6 changes: 0 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,3 @@ compose-up-debug-build:
.PHONY: compose-down
compose-down:
docker compose -f $(DEV_COMPOSE_FILE) down

###

.PHONY: run-tests
run-tests:
docker compose -f $(DEV_COMPOSE_FILE) -f $(TEST_COMPOSE_FILE) run --build app
2 changes: 1 addition & 1 deletion docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
depends_on:
- mongo
env_file:
- .env.dev
- .env.local
volumes:
- type: bind
source: .
Expand Down
8 changes: 0 additions & 8 deletions docker-compose-test.yml

This file was deleted.

0 comments on commit 7f05b31

Please sign in to comment.