Skip to content

Commit

Permalink
chore: remove prod flag on install
Browse files Browse the repository at this point in the history
  • Loading branch information
luizstacio committed Sep 23, 2023
1 parent 9cd06c6 commit 36e2001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .preview/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY . /preview

WORKDIR /preview

RUN pnpm install --prod --frozen-lockfile
RUN pnpm install --frozen-lockfile
RUN pnpm build

EXPOSE 3000
Expand Down

0 comments on commit 36e2001

Please sign in to comment.