Skip to content

Commit

Permalink
ci: updating dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
aacevski committed Feb 15, 2025
1 parent b4dfef5 commit 546e4ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ COPY packages/typescript-config/package.json ./packages/typescript-config/packag
RUN npm i -g bun

FROM base AS all-deps
RUN bun install
RUN bun install --no-frozen-lockfile

FROM base AS prod-deps
RUN bun install --production
RUN bun install --no-frozen-lockfile --production

FROM all-deps AS build
ENV NODE_ENV=production
Expand Down

0 comments on commit 546e4ad

Please sign in to comment.