From 8e154c4f69b621fe2a692618e7544ac7f79c7596 Mon Sep 17 00:00:00 2001 From: gwbvipvip Date: Fri, 6 May 2022 17:39:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E6=83=A0=E5=88=B8=E6=95=B0=E9=87=8F?= =?UTF-8?q?=E4=B8=8D=E5=A4=9F=E5=8F=91=E6=94=BE=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/dockerfile b/dockerfile index b7f2e44..001d07c 100644 --- a/dockerfile +++ b/dockerfile @@ -2,3 +2,4 @@ FROM nginx:latest COPY ./dist /usr/share/nginx/html/ COPY ./default.conf /etc/nginx/conf.d/ EXPOSE 80 +