chore: update node version to 14
This commit is contained in:
parent
20c6d9c54d
commit
2a49aa4716
|
@ -3,7 +3,7 @@
|
||||||
Please also read the [CONTRIBUTING.md](CONTRIBUTING.md).
|
Please also read the [CONTRIBUTING.md](CONTRIBUTING.md).
|
||||||
|
|
||||||
## Dev requirements
|
## Dev requirements
|
||||||
* Node >= 8 (Development/Building only)
|
* Node >= 14 (Development/Building only)
|
||||||
* Including npm
|
* Including npm
|
||||||
* Yarn (Development/Building only)
|
* Yarn (Development/Building only)
|
||||||
* PHP Composer (Development/Building only)
|
* PHP Composer (Development/Building only)
|
||||||
|
|
|
@ -4,7 +4,7 @@ ENTRYPOINT /entrypoint.sh
|
||||||
RUN mkdir -p /var/www/public/ && touch /var/www/public/index.php
|
RUN mkdir -p /var/www/public/ && touch /var/www/public/index.php
|
||||||
COPY docker/nginx/nginx.conf /etc/nginx/nginx.conf
|
COPY docker/nginx/nginx.conf /etc/nginx/nginx.conf
|
||||||
|
|
||||||
FROM node:10-alpine as themes
|
FROM node:14-alpine as themes
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY .babelrc .browserslistrc package.json webpack.config.js yarn.lock /app/
|
COPY .babelrc .browserslistrc package.json webpack.config.js yarn.lock /app/
|
||||||
RUN yarn install
|
RUN yarn install
|
||||||
|
|
Loading…
Reference in New Issue