From 187c8e5c2b8fea0e935da1b4879b62e81bde21d2 Mon Sep 17 00:00:00 2001 From: yehuozhili Date: Thu, 24 Sep 2020 23:10:30 +0800 Subject: [PATCH] update --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d4587b0..8b78808 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,2 @@ FROM nginx:1.15-alpine -COPY dist /usr/share/nginx/html COPY ./nginx.conf /etc/nginx/nginx.conf