Skip to content

Commit 4ae8c77

Browse files
Pass stdin to the bootstrap container.
1 parent 1cda26d commit 4ae8c77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ TARGETS = all build devbuild prodbuild \
2828

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

0 commit comments

Comments
 (0)