From cf51550d87fcf94fab6aa88ef679daca29835875 Mon Sep 17 00:00:00 2001 From: yehuozhili Date: Fri, 25 Sep 2020 00:11:22 +0800 Subject: [PATCH] update2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ad3412d..bc7ff7b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,2 +1,2 @@ FROM nginx:latest -COPY ./nginx.conf /etc/nginx/nginx.conf +COPY ./default.conf /etc/nginx/conf.d/default.conf