Cleaner way to run Grunt in Dockerfile
This commit is contained in:
parent
9a7ab89286
commit
5ad6e64ec1
1 changed files with 1 additions and 1 deletions
|
@ -15,5 +15,5 @@ COPY resources/php.ini /usr/local/etc/php/
|
|||
COPY . /var/www/html/
|
||||
RUN php composer.phar install --prefer-dist
|
||||
RUN yarn install --prod
|
||||
RUN ./node_modules/.bin/grunt
|
||||
RUN yarn grunt
|
||||
ENV CONVERT=1
|
||||
|
|
Loading…
Reference in a new issue