summaryrefslogtreecommitdiff
path: root/contrib/nginx
diff options
context:
space:
mode:
authorIgor Scheller <igor.scheller@igorshp.de>2019-08-19 10:48:11 +0200
committerIgor Scheller <igor.scheller@igorshp.de>2019-08-19 11:19:45 +0200
commit2e0c82ea05763b2932cf741734b8116de94ff3f1 (patch)
treee92015128cbe32e63e7d45296565984c0371b8f7 /contrib/nginx
parent030e1ab38d1b147aa180e1a2887764ba329a8560 (diff)
Versioned yarn.lock, fixed docker build
Diffstat (limited to 'contrib/nginx')
-rw-r--r--contrib/nginx/Dockerfile1
1 files changed, 0 insertions, 1 deletions
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/