Revert "removed cors"
All checks were successful
backend-action / build-image (push) Successful in 24s

This reverts commit 8854022fac.
This commit is contained in:
2024-05-10 09:26:41 +07:00
parent 826029ace8
commit e9b53e3e82
4 changed files with 23 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ RUN pnpm run build
FROM node:20-slim AS app
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
ENV NODE_ENV="production"
RUN corepack enable
WORKDIR /app
COPY --from=prod-deps /app/node_modules /app/node_modules