This commit is contained in:
marudor 2019-08-19 00:07:08 +02:00
parent 4d6a006d3d
commit 0b8cf704c8
No known key found for this signature in database
GPG Key ID: 914085684F88D2C1
2 changed files with 3 additions and 4 deletions

View File

@ -1,7 +1,6 @@
FROM node:8-alpine as themes
FROM node:10-alpine as themes
WORKDIR /app
RUN apk add --no-cache yarn
COPY .babelrc .browserslistrc package.json webpack.config.js /app/
COPY .babelrc .browserslistrc package.json webpack.config.js yarn.lock /app/
RUN yarn install
COPY resources/assets/ /app/resources/assets
RUN yarn build

View File

@ -32,7 +32,7 @@
"file-loader": "^2.0.0",
"imports-loader": "^0.8.0",
"less": "^3.9.0",
"less-loader": "^4.0.5",
"less-loader": "^5",
"mini-css-extract-plugin": "^0.4.5",
"mkdirp": "^0.5.1",
"npm-run-all": "^4.1.3",