We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c56726 commit 8a04fdcCopy full SHA for 8a04fdc
Dockerfile
@@ -17,6 +17,8 @@ ARG PHPSTAN_VERSION
17
18
RUN composer global require phpstan/phpstan:"$PHPSTAN_VERSION"
19
20
+RUN rm -rf /composer/vendor/phpstan/phpstan/.git
21
+
22
VOLUME ["/app"]
23
WORKDIR /app
24
0 commit comments