Skip to content

Commit

Permalink
Pass stdin to the bootstrap container.
Browse files Browse the repository at this point in the history
  • Loading branch information
david-scarratt-lrn authored and sreenivasa-murty-lrn committed Oct 10, 2024
1 parent 518a2d3 commit 91de53a
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 @@ -28,7 +28,7 @@ TARGETS = all build devbuild prodbuild \

ifneq (,$(DOCKER))
# Re-run the make command in a container
DKR = docker container run -t --rm \
DKR = docker container run -it --rm \
-v $(CURDIR):/srv/sdk/php:z,delegated \
-v lrn-sdk-php_cache:/root/.composer \
-w /srv/sdk/php \
Expand Down

0 comments on commit 91de53a

Please sign in to comment.