From 5ce77fbc8014f2b2c8723c199d4ae80c3149618b Mon Sep 17 00:00:00 2001 From: Yun Seongmin Date: Sat, 16 May 2026 21:02:49 +0900 Subject: [PATCH] =?UTF-8?q?build:=20nginx=20=EC=97=85=EB=8D=B0=EC=9D=B4?= =?UTF-8?q?=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6985341..ee28ef8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ COPY . . RUN npm run build -FROM nginx:latest +FROM nginx:1.31.0-alpine COPY --from=builder /app/dist /usr/share/nginx/html COPY build/default.conf /etc/nginx/conf.d/default.conf