diff --git a/Dockerfile b/Dockerfile index 6e526c9..c5832f0 100755 --- a/Dockerfile +++ b/Dockerfile @@ -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} diff --git a/web/src/pages/HomePage/HomePage.tsx b/web/src/pages/HomePage/HomePage.tsx index cdf5c00..e69f3ea 100755 --- a/web/src/pages/HomePage/HomePage.tsx +++ b/web/src/pages/HomePage/HomePage.tsx @@ -65,23 +65,30 @@ const HomePage = () => (