From 2e0c82ea05763b2932cf741734b8116de94ff3f1 Mon Sep 17 00:00:00 2001 From: Igor Scheller Date: Mon, 19 Aug 2019 10:48:11 +0200 Subject: Versioned yarn.lock, fixed docker build --- contrib/nginx/Dockerfile | 1 - 1 file changed, 1 deletion(-) (limited to 'contrib/nginx') diff --git a/contrib/nginx/Dockerfile b/contrib/nginx/Dockerfile index 82b6b1e6..9f5dcb3b 100644 --- a/contrib/nginx/Dockerfile +++ b/contrib/nginx/Dockerfile @@ -9,4 +9,3 @@ FROM nginx:alpine RUN mkdir -p /var/www/public/ && touch /var/www/public/index.php COPY contrib/nginx/nginx.conf /etc/nginx/nginx.conf COPY --from=themes /app/public/assets /var/www/public/assets/ -COPY --from=themes /app/yarn.lock /var/www/ -- cgit v1.2.3-54-g00ecf