From 590790cb129f19af39540a4157dec8b78cfcd843 Mon Sep 17 00:00:00 2001 From: d3vyce Date: Sun, 2 Apr 2023 12:07:00 -0400 Subject: [PATCH] Add custom nginx conf --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 0f50875..10ee32f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,2 +1,3 @@ FROM nginx COPY html/ /usr/share/nginx/html +COPY nginx.conf /etc/nginx/nginx.conf