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 826dfe5 commit a794a99Copy full SHA for a794a99
Dockerfile
@@ -24,6 +24,7 @@ RUN cd /tmp \
24
&& wget http://wordpress.org/wordpress-${WP_VERSION}.zip \
25
&& unzip wordpress-${WP_VERSION}.zip \
26
&& rm -rf /tmp/wordpress/wp-content/themes/* \
27
+ && rm -rf /tmp/wordpress/wp-content/plugins/* \
28
&& cp -avr /tmp/wordpress/* /var/www/html/. \
29
&& rm -rf /tmp/wordpress /tmp/wordpress-${WP_VERSION}.zip
30
@@ -34,4 +35,4 @@ RUN find /var/www/ -type f -exec chmod 644 {} \;
34
35
36
# make the linters executable so we can run them from containers
37
RUN chmod +x vendor/bin/phpcs
-RUN chmod +x vendor/bin/twigcs
38
+RUN chmod +x vendor/bin/twigcs
0 commit comments