Skip to content

Commit

Permalink
ci(build): 💚 Include dev dependencies during CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
CPlusPatch committed Dec 7, 2024
1 parent f96b18f commit 02d9869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FROM base AS install

RUN mkdir -p /temp/dev
COPY package.json bun.lockb /temp/dev/
RUN cd /temp/dev && bun install --production --frozen-lockfile
RUN cd /temp/dev && bun install --frozen-lockfile

FROM base AS builder

Expand Down

0 comments on commit 02d9869

Please sign in to comment.