summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authormarudor <marudor@marudor.de>2019-08-19 00:07:08 +0200
committermarudor <marudor@marudor.de>2019-08-19 00:16:32 +0200
commit0b8cf704c87c1bcd4ebe851eacedba87270452a1 (patch)
treeb1289f133ea646c8cafa2c94d17e780743c0cd82 /contrib
parent4d6a006d3d88569c9792340dea9ddcfc4706875d (diff)
Fix CI
Diffstat (limited to 'contrib')
-rw-r--r--contrib/nginx/Dockerfile5
1 files changed, 2 insertions, 3 deletions
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