File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ mkdir -p "$HOME/.composer/cache/"
4
4
5
5
test -t 1 && USE_TTY=" --tty"
6
6
7
- docker run --rm --interactive ${USE_TTY} \
7
+ docker run --rm --interactive " ${USE_TTY} " \
8
8
--user $UID :$UID \
9
9
--volume " $PWD " :/app \
10
10
--volume " $HOME /.composer" :/tmp/.composer \
Original file line number Diff line number Diff line change 2
2
3
3
test -t 1 && USE_TTY=" --tty"
4
4
5
- docker run --rm --init --interactive ${USE_TTY} \
5
+ docker run --rm --init --interactive " ${USE_TTY} " \
6
6
--user $UID :$UID \
7
7
--volume " $PWD :/app" \
8
8
timeweb/phpstan-enum php " $@ "
Original file line number Diff line number Diff line change 2
2
3
3
test -t 1 && USE_TTY=" --tty"
4
4
5
- docker run --rm --init --interactive ${USE_TTY} \
5
+ docker run --rm --init --interactive " ${USE_TTY} " \
6
6
--user $UID :$UID \
7
7
--volume " $PWD :/app" \
8
8
timeweb/phpstan-enum phpdbg " $@ "
You can’t perform that action at this time.
0 commit comments