From da5079fa99374864ce044bbf28401cf0e68e9384 Mon Sep 17 00:00:00 2001 From: xpnas Date: Thu, 25 Mar 2021 22:41:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9Docker?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Inotify.Vue/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Inotify.Vue/Dockerfile b/Inotify.Vue/Dockerfile index 3b7c1eb..0728bba 100644 --- a/Inotify.Vue/Dockerfile +++ b/Inotify.Vue/Dockerfile @@ -2,5 +2,5 @@ FROM nginx RUN mkdir /usr/share/nginx/dist RUN rm -rf /etc/nginx/nginx.conf COPY ./nginx.conf /etc/nginx/nginx.conf -COPY ../inotify/dist /usr/share/nginx/dist +COPY ../inotify/wwwroot /usr/share/nginx/dist EXPOSE 9099 \ No newline at end of file