Skip to content

Commit ebbb4b6

Browse files
committed
Adjust iko install script
1 parent 4d6ca94 commit ebbb4b6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/iko/install.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ mkdir -p "$INSTALL_DIR"
99

1010
cat > "$WRAPPER" <<'EOF'
1111
#!/bin/sh
12-
docker run --rm -it -v "${PWD}/migrations:/repo:rw" -v "${PWD}/scripts:/scripts:ro" ghcr.io/explodinglabs/iko:0.1.0 "$@"
12+
13+
docker run --rm -it \
14+
-v "${PWD}/migrations:/repo:rw" \
15+
-v "${PWD}/scripts:/scripts:ro" \
16+
ghcr.io/explodinglabs/iko:0.1.0 "$@"
1317
EOF
1418

1519
chmod +x "$WRAPPER"

0 commit comments

Comments
 (0)