We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c52feb commit f751f9cCopy full SHA for f751f9c
1 file changed
magento-coding-standard/Dockerfile:7.4
@@ -4,8 +4,7 @@ COPY --from=composer:1 /usr/bin/composer /usr/local/bin/composer
4
5
RUN /usr/local/bin/composer global require magento/magento-coding-standard:*
6
RUN /usr/local/bin/composer global require phpcompatibility/php-compatibility:*
7
-RUN ~/.composer/vendor/bin/phpcs --config-set installed_paths ../../magento/magento-coding-standard/
8
-RUN ~/.composer/vendor/bin/phpcs --config-set installed_paths ../../phpcompatibility/php-compatibility
+RUN ~/.composer/vendor/bin/phpcs --config-set installed_paths ../../magento/magento-coding-standard/,../../phpcompatibility/php-compatibility
9
RUN echo memory_limit = -1 >> /usr/local/etc/php/conf.d/custom-memory.ini
10
11
ADD problem-matcher.json /problem-matcher.json
0 commit comments