From ad75488464df642b93dcf617a3ba7848b0be4c48 Mon Sep 17 00:00:00 2001 From: Igor Scheller Date: Thu, 20 Sep 2018 17:37:41 +0200 Subject: Docker: more improvements :tada: --- contrib/nginx/Dockerfile | 1 - 1 file changed, 1 deletion(-) (limited to 'contrib/nginx') diff --git a/contrib/nginx/Dockerfile b/contrib/nginx/Dockerfile index f58dd3c2..e838d368 100644 --- a/contrib/nginx/Dockerfile +++ b/contrib/nginx/Dockerfile @@ -9,5 +9,4 @@ RUN yarn build FROM nginx:alpine COPY contrib/nginx/nginx.conf /etc/nginx/nginx.conf COPY --from=themes /app/public/assets /var/www/public/assets/ -COPY public/.htaccess /var/www/public/ RUN touch /var/www/public/index.php -- cgit v1.2.3-54-g00ecf