Skip to content

Commit 0e9bd9f

Browse files
committed
[FIX] bun.lock file
1 parent bab0f5c commit 0e9bd9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM oven/bun:1.2.4-alpine
55

66
WORKDIR /app
77

8-
COPY package.json bun.lockb ./
8+
COPY package.json bun.lock ./
99

1010
RUN bun install --frozen-lockfile
1111

0 commit comments

Comments
 (0)