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 0cacdc4 commit f5ce4d1Copy full SHA for f5ce4d1
docs/Dockerfile
@@ -26,8 +26,8 @@ RUN apt-get update -qq && \
26
apt-get install --no-install-recommends -y build-essential node-gyp pkg-config python-is-python3 git
27
28
# Install node modules
29
-COPY .npmrc package.json pnpm-lock.yaml ./
30
-RUN pnpm install --frozen-lockfile --prod=false
+COPY .npmrc package.json ./
+RUN pnpm install --prod=false
31
32
# Copy application code
33
COPY . .
0 commit comments