aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 2fc5ee9..d509531 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,3 +1,4 @@
FROM nginx:alpine
+COPY nginx.conf /etc/nginx/conf.d/default.conf
COPY dist /usr/share/nginx/html