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 47e8a7b commit 48c7d6fCopy full SHA for 48c7d6f
docs/Dockerfile
@@ -18,13 +18,13 @@ RUN apt-get update -qq && \
18
rm -rf /var/lib/apt/lists/*
19
20
# Install deps (use lockfile for reproducible builds if present)
21
-COPY .npmrc package.json pnpm-lock.yaml ./
22
-RUN pnpm install --frozen-lockfile --prod=false
+COPY .npmrc package.json ./
+RUN pnpm install --prod=false
23
24
# Copy the application (includes pre-generated docs & versions.ts from CI)
25
COPY . .
26
27
-# Build the app
+# Build the app
28
RUN pnpm run build
29
30
# Prune dev deps
0 commit comments