refactor: move to nginx:1.27-alpine
This commit is contained in:
parent
789d580e62
commit
29912e84b0
@ -7,5 +7,5 @@ RUN npm i -g pnpm@10.7 && pnpm i
|
||||
COPY . .
|
||||
RUN pnpm build
|
||||
|
||||
FROM registry.odit.services/library/nginx-brotli:3.15 AS final
|
||||
FROM registry.odit.services/hub/library/nginx:1.27-alpine AS final
|
||||
COPY --from=build /app/dist /usr/share/nginx/html
|
Loading…
x
Reference in New Issue
Block a user