Skip to content

Commit

Permalink
Update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
koechkevin committed Mar 15, 2024
1 parent da916ea commit 12b0e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ charterafrica:
docker compose --env-file apps/charterafrica/.env.local up charterafrica --build -d

vpnmanager:
docker compose --env-file apps/vpnmanager/.env.local up charterafrica --build -d
docker compose --env-file apps/vpnmanager/.env.local up vpnmanager --build -d

mongodb:
docker compose --env-file apps/charterafrica/.env.local up --wait mongodb
Expand Down

0 comments on commit 12b0e95

Please sign in to comment.