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 4ab5322 commit 420ab1cCopy full SHA for 420ab1c
Dockerfile
@@ -6,6 +6,6 @@ LABEL homepage="https://github.com/php-actions/phpstan"
6
LABEL maintainer="Greg Bowler <greg.bowler@g105b.com>"
7
8
RUN composer global require --no-progress phpstan/phpstan 0.12.*
9
-RUN ln -s vendor/bin/phpstan /usr/local/bin/phpstan
+RUN ln -s /tmp/vendor/bin/phpstan /usr/local/bin/phpstan
10
COPY entrypoint /usr/local/bin/entrypoint
11
ENTRYPOINT ["/usr/local/bin/entrypoint"]
0 commit comments