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