Added build information
All checks were successful
Build Docker image / build (push) Successful in 1m37s
Build Docker image / deploy (push) Successful in 4s
Build Docker image / verify (push) Successful in 31s

This commit is contained in:
Roman Krček
2025-08-07 16:44:01 +02:00
parent 99ab5cfb4f
commit 7276e9ff89
3 changed files with 25 additions and 5 deletions

View File

@@ -9,6 +9,12 @@ RUN npm prune --production
FROM node:22-alpine
ARG PUBLIC_GIT_REF
ARG PUBLIC_BUILD_DATE
ENV PUBLIC_GIT_REF=$PUBLIC_GIT_REF
ENV PUBLIC_BUILD_DATE=$PUBLIC_BUILD_DATE
USER node:node
WORKDIR /app
COPY --from=builder --chown=node:node /app/build build/