Skip to content

Commit 12248a8

Browse files
authored
docs: fix docker deployment typo (#3629)
1 parent deeaa23 commit 12248a8

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
@@ -58,7 +58,7 @@ WORKDIR /app
5858
5959
COPY package.json bun.lock* ./
6060
61-
# use ignore-scripts to avoid builting node modules like better-sqlite3
61+
# use ignore-scripts to avoid building node modules like better-sqlite3
6262
RUN bun install --frozen-lockfile --ignore-scripts
6363
6464
# Copy the entire project

0 commit comments

Comments
 (0)