update :
Build and Deploy / build_and_deploy (push) Has been cancelled

This commit is contained in:
2026-06-14 09:26:32 +03:30
parent 78d8795155
commit 2e1b85399e
-3
View File
@@ -28,11 +28,8 @@ FROM base AS runner
RUN addgroup -S appgroup && adduser -S appuser -G appgroup
WORKDIR /app
COPY . ./
COPY --from=builder --chown=appuser:appgroup /build/ ./
RUN chown -R appuser:appgroup /app
USER appuser
ENV NODE_ENV=production