Skip to content

Commit

Permalink
fix missing "-f docker-compose-common.yml" in development/Makefile (#143
Browse files Browse the repository at this point in the history
)
  • Loading branch information
okashoi authored Nov 3, 2023
1 parent 1ca8417 commit 2d37199
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions development/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@

up/%:
docker compose -f docker-compose-$*.yml up $(OPT)
docker compose -f docker-compose-common.yml -f docker-compose-$*.yml up $(OPT)

down/%:
docker compose -f docker-compose-$*.yml down --volumes


docker compose -f docker-compose-common.yml -f docker-compose-$*.yml down --volumes

0 comments on commit 2d37199

Please sign in to comment.