Skip to content

Commit

Permalink
fix: workaround for docker compose bugs. (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgadling authored and manasaV3 committed Oct 3, 2024
1 parent 98e9163 commit 08f0bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apiv2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export docker_compose:=docker compose
# just hangs on OSX trying to launch itself in a container if it can't figure out
# which one to use, so it's *VERY* important to include the --rm flag when invoking
# docker compose run.
export docker_compose_run:=docker compose run --rm
export docker_compose_run:=docker compose run --rm --no-deps

### HELPFUL #################################################
.PHONY: help
Expand Down

0 comments on commit 08f0bed

Please sign in to comment.