Revert "removed cors"
All checks were successful
backend-action / build-image (push) Successful in 24s
All checks were successful
backend-action / build-image (push) Successful in 24s
This reverts commit 8854022fac.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user