Skip to content

Commit

Permalink
chore(Makefile): add "dev-mongodb_5_single" entry
Browse files Browse the repository at this point in the history
  • Loading branch information
jkomyno committed Nov 25, 2024
1 parent 37ebd0d commit b1590ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,9 @@ start-mongodb_5:
dev-mongodb_5: start-mongodb_5
cp $(CONFIG_PATH)/mongodb5 $(CONFIG_FILE)

dev-mongodb_5_single: start-mongodb5-single
cp $(CONFIG_PATH)/mongodb5 $(CONFIG_FILE)

dev-mongodb_4_2: start-mongodb_4_2
cp $(CONFIG_PATH)/mongodb42 $(CONFIG_FILE)

Expand Down

0 comments on commit b1590ba

Please sign in to comment.