Skip to content

Commit 3e47d41

Browse files
committed
fix:typo
1 parent 1ed346f commit 3e47d41

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
@@ -11,7 +11,7 @@
1111
# && apt install -y make nodejs npm \
1212
# && apt clean
1313

14-
# node is currently chosen because astro build somehow calls `npx`. If `npx is not present, pagefind search pages are not generated
14+
# node is currently chosen because astro build somehow calls `npx`. If `npx` is not present, pagefind search pages are not generated
1515
# It is also faster to install `deno` with `npm` than installing `nodejs` and `npm` from `denoland/deno:debian`
1616
FROM node:slim
1717
RUN apt update \

0 commit comments

Comments
 (0)