about summary refs log tree commit diff
path: root/compose/nginx/Dockerfile
diff options
context:
space:
mode:
authorPaweł Dybiec <pawel.to.malpa@gmail.com>2020-03-10 18:25:01 +0100
committerPaweł Dybiec <pawel.to.malpa@gmail.com>2020-03-10 18:25:01 +0100
commit09e74b0b4fecce03ff3a1432fcb5b9ccef4280a7 (patch)
tree1a1e837f911d20d711d42dae0f406e8308bb867f /compose/nginx/Dockerfile
parentChange nginx ciphers (diff)
Move darling files
Diffstat (limited to 'compose/nginx/Dockerfile')
-rw-r--r--compose/nginx/Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/compose/nginx/Dockerfile b/compose/nginx/Dockerfile
index 29edad0..93878d2 100644
--- a/compose/nginx/Dockerfile
+++ b/compose/nginx/Dockerfile
@@ -7,6 +7,7 @@ RUN rm -rf /etc/nginx/fastcgi.conf \
        /etc/nginx/koi-win \
        /etc/nginx/win-utf \
        /etc/nginx/conf.d
-COPY static-html /usr/share/nginx/html
+COPY main /usr/share/nginx/html
+COPY darling /usr/share/nginx/html/darling
 COPY conf.d /etc/nginx/conf.d
 COPY nginx.conf /etc/nginx/