diff options
author | Paweł Dybiec <pawel.to.malpa@gmail.com> | 2020-03-10 18:25:01 +0100 |
---|---|---|
committer | Paweł Dybiec <pawel.to.malpa@gmail.com> | 2020-03-10 18:25:01 +0100 |
commit | 09e74b0b4fecce03ff3a1432fcb5b9ccef4280a7 (patch) | |
tree | 1a1e837f911d20d711d42dae0f406e8308bb867f /compose/nginx/Dockerfile | |
parent | Change nginx ciphers (diff) |
Move darling files
Diffstat (limited to 'compose/nginx/Dockerfile')
-rw-r--r-- | compose/nginx/Dockerfile | 3 |
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/ |