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.
1 parent deeaa23 commit 12248a8Copy full SHA for 12248a8
docs/content/docs/6.deploy/9.docker.md
@@ -58,7 +58,7 @@ WORKDIR /app
58
59
COPY package.json bun.lock* ./
60
61
-# use ignore-scripts to avoid builting node modules like better-sqlite3
+# use ignore-scripts to avoid building node modules like better-sqlite3
62
RUN bun install --frozen-lockfile --ignore-scripts
63
64
# Copy the entire project
0 commit comments