fix make down command from Makefile

This commit is contained in:
Maidul Islam
2024-02-29 14:18:33 -05:00
parent a33f542647
commit 553b56e57e

View File

@@ -11,4 +11,4 @@ up-prod:
docker-compose -f docker-compose.prod.yml up --build
down:
docker-compose down
docker compose -f docker-compose.dev.yml down