Skip to content

Commit 769dd12

Browse files
committed
Fix bk docker build
1 parent 47d62be commit 769dd12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/cmd/docker

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env -S pkgx +docker bash
22

3-
set -eo pipefail
3+
set -exo pipefail
44

55
if [ ! -d "$PKGX_PANTRY_PATH" ]; then
66
echo "error: \`brewkit docker\` can only be run from a pantry checkout" >&2
@@ -33,7 +33,7 @@ exec docker run \
3333
--name brewkit.pkgx.dev \
3434
--rm \
3535
--tty \
36-
"$INTERACTIVE" \
36+
$INTERACTIVE \
3737
--volume "$d:/brewkit" \
3838
--volume "$PKGX_PANTRY_PATH:/work" \
3939
--volume "${XDG_CACHE_HOME:-$HOME/Library/Caches/pkgx}:/root/.cache/pkgx" \

0 commit comments

Comments
 (0)