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