Skip to content
This repository has been archived by the owner on Dec 25, 2024. It is now read-only.

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
walnuts1018 committed Nov 5, 2023
1 parent 93c95d8 commit a06b03b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions front-prod.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 a06b03b

Please sign in to comment.