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 1ed346f commit 3e47d41Copy full SHA for 3e47d41
Dockerfile
@@ -11,7 +11,7 @@
11
# && apt install -y make nodejs npm \
12
# && apt clean
13
14
-# node is currently chosen because astro build somehow calls `npx`. If `npx is not present, pagefind search pages are not generated
+# node is currently chosen because astro build somehow calls `npx`. If `npx` is not present, pagefind search pages are not generated
15
# It is also faster to install `deno` with `npm` than installing `nodejs` and `npm` from `denoland/deno:debian`
16
FROM node:slim
17
RUN apt update \
0 commit comments