Skip to content

Commit f037df1

Browse files
committed
Add Grunt to the Dockerfile.
1 parent 53f9a3a commit f037df1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,8 @@ COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
2828

2929
RUN composer global require "phpunit/phpunit:^6"
3030

31+
# Install global grunt task runner.
32+
RUN npm install grunt-cli -g
33+
3134
ENV PATH="/root/.composer/vendor/bin:${PATH}"
3235
ENV WP_VERSION="4.9.1"

0 commit comments

Comments
 (0)