From bd979e0f2ce5d5d5bfa4d13867b53f6bdc9c2f51 Mon Sep 17 00:00:00 2001 From: yehuozhili Date: Thu, 24 Sep 2020 23:00:45 +0800 Subject: [PATCH] change dockerfile --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2e823d7..d4587b0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,3 @@ FROM nginx:1.15-alpine COPY dist /usr/share/nginx/html -COPY nginx.conf /etc/nginx/ -WORKDIR /usr/share/nginx/html +COPY ./nginx.conf /etc/nginx/nginx.conf