Skip to content

Commit

Permalink
chore: fix docker build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
birme committed Aug 23, 2024
1 parent f21a1bc commit b5c55c6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ COPY . .
# Uncomment the following line in case you want to disable telemetry during the build.
ENV NEXT_TELEMETRY_DISABLED 1

RUN npm run build

RUN echo ${GUI_VERSION} > /app/gui-version.txt
RUN npm run build

# Production image, copy all the files and run next
FROM base AS runner
Expand Down

0 comments on commit b5c55c6

Please sign in to comment.