diff options
Diffstat (limited to 'docker/nginx/Dockerfile')
| -rw-r--r-- | docker/nginx/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/nginx/Dockerfile b/docker/nginx/Dockerfile index 60626ba..2731007 100644 --- a/docker/nginx/Dockerfile +++ b/docker/nginx/Dockerfile @@ -3,3 +3,4 @@ FROM nginx COPY nginxconfig.io /etc/nginx/nginxconfig.io COPY nginx.conf /etc/nginx/nginx.conf COPY chibisafe.moe.conf /etc/nginx/conf.d/chibisafe.moe.conf +COPY ssl /etc/nginx/ssl |