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 0d2858b commit 4ab5322Copy full SHA for 4ab5322
Dockerfile
@@ -6,5 +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
10
COPY entrypoint /usr/local/bin/entrypoint
11
ENTRYPOINT ["/usr/local/bin/entrypoint"]
0 commit comments