Fix app version?
All checks were successful
Publish Development Docker Image / Publish Development Docker Image (push) Successful in 9s

This commit is contained in:
2025-04-07 17:06:40 -04:00
parent d13b16c032
commit 16bd44c599
3 changed files with 4 additions and 1 deletions

View File

@@ -51,6 +51,7 @@ ARG EMAIL_FROM
ARG EMAIL_TO
ARG FIRST_NAME
ARG LAST_NAME
ARG APP_VERSION
COPY --chown=node:node api api
RUN yarn rw build api