Skip to content

Commit

Permalink
app versoin
Browse files Browse the repository at this point in the history
  • Loading branch information
sinamics committed Apr 6, 2023
1 parent 7b9369d commit 395906f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ RUN \
# Production image, copy all the files and run next
FROM base AS runner
WORKDIR /app
# set the app version as an environment variable. Used in the github action
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.
Expand Down

0 comments on commit 395906f

Please sign in to comment.