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