From 0b8cf704c87c1bcd4ebe851eacedba87270452a1 Mon Sep 17 00:00:00 2001 From: marudor Date: Mon, 19 Aug 2019 00:07:08 +0200 Subject: Fix CI --- contrib/nginx/Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'contrib') diff --git a/contrib/nginx/Dockerfile b/contrib/nginx/Dockerfile index 3fe424aa..82b6b1e6 100644 --- a/contrib/nginx/Dockerfile +++ b/contrib/nginx/Dockerfile @@ -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 -- cgit v1.2.3-54-g00ecf