From 421169f369e2dabb95280e8504dfc4924d5ab6a6 Mon Sep 17 00:00:00 2001 From: minjungw00 Date: Mon, 18 Nov 2024 01:18:43 +0900 Subject: [PATCH] =?UTF-8?q?build:=20nginx=20dockerfile=20443=20=ED=8F=AC?= =?UTF-8?q?=ED=8A=B8=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #136 --- nginx/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/nginx/Dockerfile b/nginx/Dockerfile index eddbc882..d47a76f8 100644 --- a/nginx/Dockerfile +++ b/nginx/Dockerfile @@ -5,4 +5,5 @@ WORKDIR /usr/share/nginx/html COPY ./nginx/default.conf /etc/nginx/conf.d/default.conf EXPOSE 80 +EXPOSE 443 CMD ["nginx", "-g", "daemon off;"] \ No newline at end of file