From 02475eb47456cebaccd5a3b0c7ff34a1dc63245d Mon Sep 17 00:00:00 2001 From: xpnas Date: Thu, 25 Mar 2021 22:46:51 +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 0728bba..928bce0 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/wwwroot /usr/share/nginx/dist +COPY ./../inotify/wwwroot /usr/share/nginx/dist EXPOSE 9099 \ No newline at end of file