#3 update
All checks were successful
Deploy / deploy (push) Successful in 29s

This commit is contained in:
Никита Круглицкий 2025-10-01 23:57:19 +06:00
parent e201aed526
commit 86f9ccb5cd

View File

@ -10,6 +10,7 @@ COPY package.json yarn.lock .yarnrc.yml ./
RUN yarn install RUN yarn install
COPY . . COPY . .
ARG COMMIT_SHA=unknown
ENV COMMIT_SHA=$COMMIT_SHA ENV COMMIT_SHA=$COMMIT_SHA
RUN yarn generate RUN yarn generate