Skip to content

Commit

Permalink
fix(docker): Update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdip-b committed Dec 17, 2024
1 parent 5f79dd7 commit 40ef3e2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apps/platform/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
FROM node:20-alpine AS base


FROM base AS builder
RUN apk add --no-cache libc6-compat
RUN apk update && apk upgrade
Expand All @@ -27,8 +26,7 @@ RUN pnpm install --no-cache --ignore-scripts
COPY --from=builder /app/out/full/ .
COPY turbo.json turbo.json


RUN pnpm turbo build --filter=platform...
RUN pnpm build:platform

FROM base AS runner
WORKDIR /app
Expand Down

0 comments on commit 40ef3e2

Please sign in to comment.