Merge branch 'staging' of gitea.pena:PenaSide/front-hub into staging
All checks were successful
Deploy / CreateImage (push) Successful in 4m20s
Deploy / DeployService (push) Successful in 25s

This commit is contained in:
Nastya 2025-06-09 23:31:08 +03:00
commit b4a60d7da4

@ -1,4 +1,4 @@
FROM gitea.pena/penadevops/container-images/node:v20.14.0 as build FROM gitea.pena/penadevops/container-images/node:main as build
RUN apk update && rm -rf /var/cache/apk/* RUN apk update && rm -rf /var/cache/apk/*
WORKDIR /usr/app WORKDIR /usr/app