update docker
Build and Deploy Docker Images / build_and_deploy (push) Has been cancelled

This commit is contained in:
2026-06-10 15:22:05 +03:30
parent 892f33b3bf
commit 2aba445864
-2
View File
@@ -43,8 +43,6 @@ COPY --from=builder --chown=appuser:appgroup /build/dist ./dist
COPY --from=builder --chown=appuser:appgroup /build/keys ./keys
COPY --chown=appuser:appgroup package.json ./
RUN chown -R appuser:appgroup /app
USER appuser
ENV NODE_ENV=production