From bbc862c1f93e098577f1f2d6117cf2e10ba95d95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A6=83=E6=98=8C=E6=B3=A2?= Date: Thu, 7 Apr 2022 08:49:36 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index de1b3cd..0642cdd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,4 @@ FROM nginx COPY dist /usr/share/nginx/html -EXPOSE 80 \ No newline at end of file +COPY nginx.conf /etc/nginx/conf.d/default.conf +EXPOSE 80