We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
COPY
1 parent cf7fed4 commit b724b04Copy full SHA for b724b04
docs/content/docs/6.deploy/9.docker.md
@@ -56,7 +56,7 @@ If you like to use Bun, you can use the official Bun image. Here is an example D
56
FROM oven/bun:1 AS build
57
WORKDIR /app
58
59
-COPY package.json bun.lockb ./
+COPY package.json bun.lock* ./
60
61
# use ignore-scripts to avoid builting node modules like better-sqlite3
62
RUN bun install --frozen-lockfile --ignore-scripts
0 commit comments