Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
paescuj authored Jul 29, 2023
1 parent a58c81d commit 03448f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ WORKDIR /home/app
COPY --chown=app:app package.json pnpm-lock.yaml pnpm-workspace.yaml .
RUN pnpm --frozen-lockfile install \
&& pnpm --filter web install sharp
COPY --chown=app:app web .
COPY --chown=app:app web web
ENV NODE_ENV=production \
NEXT_TELEMETRY_DISABLED=1
RUN pnpm --filter web run build
Expand Down

0 comments on commit 03448f8

Please sign in to comment.