mirror of
https://github.com/Cccc-owo/CheckInApp.git
synced 2026-06-17 05:56:29 +00:00
feat(deploy): update nginx version to 1.30-alpine
This commit is contained in:
@@ -10,7 +10,7 @@ RUN pnpm install --frozen-lockfile
|
|||||||
COPY apps/frontend/ ./
|
COPY apps/frontend/ ./
|
||||||
RUN pnpm build
|
RUN pnpm build
|
||||||
|
|
||||||
FROM nginx:1.27-alpine AS runtime
|
FROM nginx:1.30-alpine AS runtime
|
||||||
|
|
||||||
COPY deploy/docker/web/nginx.conf /etc/nginx/conf.d/default.conf
|
COPY deploy/docker/web/nginx.conf /etc/nginx/conf.d/default.conf
|
||||||
COPY --from=frontend-build /app/apps/frontend/dist /usr/share/nginx/html
|
COPY --from=frontend-build /app/apps/frontend/dist /usr/share/nginx/html
|
||||||
|
|||||||
Reference in New Issue
Block a user