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

This commit is contained in:
Никита Круглицкий 2025-10-02 00:00:58 +06:00
parent d2b52c476a
commit 72d2f84cce

View File

@ -11,7 +11,9 @@ RUN yarn install
COPY . . COPY . .
ARG COMMIT_SHA=unknown ARG COMMIT_SHA=unknown
ENV VITE_COMMIT_SHA=$COMMIT_SHA ENV COMMIT_SHA=$COMMIT_SHA
RUN echo $COMMIT_SHA
RUN yarn generate RUN yarn generate