We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 230077a commit 8f03e12Copy full SHA for 8f03e12
1 file changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:20
+FROM node:lts
2
WORKDIR /root/docs
3
COPY package.json package-lock.json ./
4
RUN npm ci --include dev
0 commit comments