Skip to content

Commit b724b04

Browse files
docs: update COPY command to support multiple lock files (#3545)
1 parent cf7fed4 commit b724b04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/docs/6.deploy/9.docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ If you like to use Bun, you can use the official Bun image. Here is an example D
5656
FROM oven/bun:1 AS build
5757
WORKDIR /app
5858
59-
COPY package.json bun.lockb ./
59+
COPY package.json bun.lock* ./
6060
6161
# use ignore-scripts to avoid builting node modules like better-sqlite3
6262
RUN bun install --frozen-lockfile --ignore-scripts

0 commit comments

Comments
 (0)