Skip to content

Commit abc93d9

Browse files
committed
migrate bun lockfile
1 parent 908fbbd commit abc93d9

3 files changed

Lines changed: 405 additions & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM oven/bun
33
WORKDIR /app
44

55
COPY package.json .
6-
COPY bun.lockb .
6+
COPY bun.lock .
77

88
RUN bun install --production
99

0 commit comments

Comments
 (0)