diff --git a/home/Dockerfile b/home/Dockerfile index 8a8da5f..f7459af 100644 --- a/home/Dockerfile +++ b/home/Dockerfile @@ -1,2 +1,3 @@ FROM nginx:alpine COPY ./site /usr/share/nginx/html +COPY ./config/nginx.conf /etc/nginx/conf.d/default.conf