Skip to content

Commit 10a48c3

Browse files
committed
chore: update dockerfile
1 parent e9ae872 commit 10a48c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ COPY package.json bun.lock ./
1111
COPY apps/server/package.json ./apps/server/
1212
# Install dependencies from the root (monorepo workspace)
1313
WORKDIR /usr/src/app
14-
RUN bun install --frozen-lockfile --production --filter=server
14+
RUN bun install --production --filter=server
1515

1616
FROM base AS build
1717
WORKDIR /usr/src/app

0 commit comments

Comments
 (0)