Attempt to propegate app version properly
All checks were successful
Publish Development Docker Image / Publish Development Docker Image (push) Successful in 8s

This commit is contained in:
2025-04-07 17:17:05 -04:00
parent 16bd44c599
commit 15bbc27238
2 changed files with 19 additions and 10 deletions

View File

@@ -159,6 +159,8 @@ COPY --chown=node:node graphql.config.js .
COPY --chown=node:node --from=web_build /home/node/app/web/dist /home/node/app/web/dist
ARG APP_VERSION
ENV NODE_ENV=production \
API_PROXY_TARGET=http://api:8911 \
APP_VERSION=${APP_VERSION}