From 5d2d46d8dca912614d6893a9f3ff30a487e76a77 Mon Sep 17 00:00:00 2001 From: iCrawl Date: Thu, 24 Dec 2020 20:16:00 +0100 Subject: add docker support --- docker/nginx/Dockerfile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 docker/nginx/Dockerfile (limited to 'docker/nginx/Dockerfile') diff --git a/docker/nginx/Dockerfile b/docker/nginx/Dockerfile new file mode 100644 index 0000000..60626ba --- /dev/null +++ b/docker/nginx/Dockerfile @@ -0,0 +1,5 @@ +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 -- cgit v1.2.3