From fa541e7f2be53a3b4f694bfe0a6e33d5980b5591 Mon Sep 17 00:00:00 2001 From: bpa <1370533105@qq.com> Date: Fri, 27 Oct 2023 10:00:23 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'dockerfile'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/dockerfile b/dockerfile index 10254f9..70297bc 100644 --- a/dockerfile +++ b/dockerfile @@ -1,6 +1,4 @@ FROM nginx -pwd -ls COPY ./dist /usr/share/nginx/html/ COPY ./default.conf /etc/nginx/conf.d/ EXPOSE 80