Skip to content

Commit a31bfbe

Browse files
committed
Update Dockerfile.landing-app
1 parent a0a6f62 commit a31bfbe

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docker/Dockerfile.landing-app

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,15 @@ COPY package.json pnpm-lock.yaml pnpm-workspace.yaml ./
1313
COPY packages/ui/package.json ./packages/ui/
1414
COPY packages/utils/package.json ./packages/utils/
1515

16+
RUN pnpm install --frozen-lockfile
17+
18+
# Copy source files
19+
COPY packages/ui ./packages/ui
20+
COPY packages/utils ./packages/utils
21+
22+
RUN pnpm --filter "@dub/utils" build && \
23+
pnpm --filter "@dub/ui" build
24+
1625
COPY . .
1726

1827
WORKDIR /app/apps/landing-app

0 commit comments

Comments
 (0)