We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53f9a3a commit f037df1Copy full SHA for f037df1
Dockerfile
@@ -28,5 +28,8 @@ COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
28
29
RUN composer global require "phpunit/phpunit:^6"
30
31
+# Install global grunt task runner.
32
+RUN npm install grunt-cli -g
33
+
34
ENV PATH="/root/.composer/vendor/bin:${PATH}"
35
ENV WP_VERSION="4.9.1"
0 commit comments