refactor: drop postbuild step

This commit is contained in:
2024-12-11 22:45:20 +01:00
parent 4771bf1359
commit b21ad636ad
3 changed files with 1 additions and 9 deletions

View File

@@ -7,7 +7,6 @@ COPY . .
RUN npm i -g pnpm@9
RUN pnpm i --frozen-lockfile
RUN pnpm build
RUN pnpm postbuild
# final image
FROM registry.odit.services/library/nginx-brotli:3.15 AS final