Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ganga2166 authored Sep 1, 2023
1 parent 7e99a8c commit 81756a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ COPY . .
# Uncomment the following line in case you want to disable telemetry during the build.
# ENV NEXT_TELEMETRY_DISABLED 1

RUN yarn build
#RUN yarn build

# If using npm comment out above and use below instead
# RUN npm run build
RUN npm run build

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

0 comments on commit 81756a0

Please sign in to comment.