Skip to content

Commit 625b21e

Browse files
author
duckAxe
committed
Removed --frozen-lockfile
1 parent 4b45377 commit 625b21e

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
@@ -9,7 +9,7 @@ WORKDIR /app
99

1010
# Copy package files first for better caching
1111
COPY package.json bun.lock tsconfig.json ./
12-
RUN bun install --frozen-lockfile
12+
RUN bun install
1313

1414
# Copy the rest of the source code
1515
COPY . .

0 commit comments

Comments
 (0)