Skip to content

Commit 420ab1c

Browse files
author
Greg Bowler
committed
Symlink bin from tmp
1 parent 4ab5322 commit 420ab1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ LABEL homepage="https://github.com/php-actions/phpstan"
66
LABEL maintainer="Greg Bowler <greg.bowler@g105b.com>"
77

88
RUN composer global require --no-progress phpstan/phpstan 0.12.*
9-
RUN ln -s vendor/bin/phpstan /usr/local/bin/phpstan
9+
RUN ln -s /tmp/vendor/bin/phpstan /usr/local/bin/phpstan
1010
COPY entrypoint /usr/local/bin/entrypoint
1111
ENTRYPOINT ["/usr/local/bin/entrypoint"]

0 commit comments

Comments
 (0)