Skip to content

Commit

Permalink
bug-1878000: switch to --attach
Browse files Browse the repository at this point in the history
This switches to specifying which services to attach to rather than
which ones _not_ to attach to.
  • Loading branch information
willkg committed Feb 13, 2024
1 parent 3175b07 commit ad6e26d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ setup: my.env .docker-build ## | Set up services.
.PHONY: run
run: my.env .docker-build ## | Run the webapp and services.
${DC} up \
--no-attach statsd \
--no-attach localstack \
--attach web \
--attach fakesentry \
web fakesentry

.PHONY: devcontainerbuild
Expand Down

0 comments on commit ad6e26d

Please sign in to comment.