Skip to content

Commit 6aee1cc

Browse files
committed
chore: wip
1 parent 9689602 commit 6aee1cc

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

storage/framework/views/Dockerfile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@ FROM node:21-alpine as build-stage
33
WORKDIR /app
44
RUN corepack enable
55

6-
COPY .npmrc package.json pnpm-lock.yaml ./
7-
RUN --mount=type=cache,id=pnpm-store,target=/root/.pnpm-store \
8-
pnpm install --frozen-lockfile
6+
COPY .npmrc package.json ./
7+
RUN bun install
98

109
COPY . .
11-
RUN pnpm build
10+
RUN bun run build
1211

1312
FROM nginx:stable-alpine as production-stage
1413

0 commit comments

Comments
 (0)