Skip to content

Commit 48c7d6f

Browse files
author
abrulic
committed
deployment fix?
1 parent 47e8a7b commit 48c7d6f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ RUN apt-get update -qq && \
1818
rm -rf /var/lib/apt/lists/*
1919

2020
# 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
21+
COPY .npmrc package.json ./
22+
RUN pnpm install --prod=false
2323

2424
# Copy the application (includes pre-generated docs & versions.ts from CI)
2525
COPY . .
2626

27-
# Build the app
27+
# Build the app
2828
RUN pnpm run build
2929

3030
# Prune dev deps

0 commit comments

Comments
 (0)