Skip to content

Commit 70c9e5d

Browse files
committed
update: lock file copy.
1 parent 2488c89 commit 70c9e5d

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
@@ -2,7 +2,7 @@ FROM oven/bun:1.3.2-alpine AS base
22

33
WORKDIR /app
44

5-
COPY package.json pnpm-lock.yaml ./
5+
COPY package.json bun.lock ./
66

77
RUN bun install --frozen-lockfile --production && \
88
rm -rf ~/.bun/install/cache /tmp/*

0 commit comments

Comments
 (0)