diff --git a/Dockerfile b/Dockerfile index 46ae04c4..43a6ac9f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -58,8 +58,8 @@ RUN \ FROM base AS runner WORKDIR /app # set the app version as an environment variable. Used in the github action +# used in the init-db.sh script ARG NEXT_PUBLIC_APP_VERSION -ENV NEXT_PUBLIC_APP_VERSION ${NEXT_PUBLIC_APP_VERSION} ENV NODE_ENV production # Uncomment the following line in case you want to disable telemetry during runtime. diff --git a/src/components/modules/footer.tsx b/src/components/modules/footer.tsx index 597f84a9..f5f8dd31 100644 --- a/src/components/modules/footer.tsx +++ b/src/components/modules/footer.tsx @@ -1,4 +1,5 @@ import React from "react"; +import { globalSiteVersion } from "~/utils/global"; const Footer = () => (