We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d6ca94 commit ebbb4b6Copy full SHA for ebbb4b6
docs/iko/install.sh
@@ -9,7 +9,11 @@ mkdir -p "$INSTALL_DIR"
9
10
cat > "$WRAPPER" <<'EOF'
11
#!/bin/sh
12
-docker run --rm -it -v "${PWD}/migrations:/repo:rw" -v "${PWD}/scripts:/scripts:ro" ghcr.io/explodinglabs/iko:0.1.0 "$@"
+
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 "$@"
17
EOF
18
19
chmod +x "$WRAPPER"
0 commit comments