summaryrefslogtreecommitdiff
path: root/historic/docker/nginx/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'historic/docker/nginx/Dockerfile')
-rw-r--r--historic/docker/nginx/Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/historic/docker/nginx/Dockerfile b/historic/docker/nginx/Dockerfile
new file mode 100644
index 0000000..5636699
--- /dev/null
+++ b/historic/docker/nginx/Dockerfile
@@ -0,0 +1,3 @@
+FROM nginx
+
+COPY ./proxy.conf /etc/nginx/conf.d/default.conf