From ed1230eee8fbcee8d14011831cdb016dc8c5fe0b Mon Sep 17 00:00:00 2001 From: Dome Date: Fri, 28 Mar 2025 14:24:39 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ee3bd20..faabb93 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ RUN yarn install --frozen-lockfile --production && yarn cache clean COPY . . # Stage 2: Production -FROM nginx:alpine +FROM nginx:latest WORKDIR /etc/nginx COPY ./nginx.conf /etc/nginx/nginx.conf WORKDIR /usr/share/nginx/html