Update Dockerfile

This commit is contained in:
Dome
2025-03-28 14:24:39 +01:00
committed by GitHub
parent 334393b9de
commit ed1230eee8
+1 -1
View File
@@ -6,7 +6,7 @@ RUN yarn install --frozen-lockfile --production && yarn cache clean
COPY . . COPY . .
# Stage 2: Production # Stage 2: Production
FROM nginx:alpine FROM nginx:latest
WORKDIR /etc/nginx WORKDIR /etc/nginx
COPY ./nginx.conf /etc/nginx/nginx.conf COPY ./nginx.conf /etc/nginx/nginx.conf
WORKDIR /usr/share/nginx/html WORKDIR /usr/share/nginx/html