Skip to content

Commit f5ce4d1

Browse files
committed
update dockerfile
1 parent 0cacdc4 commit f5ce4d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ RUN apt-get update -qq && \
2626
apt-get install --no-install-recommends -y build-essential node-gyp pkg-config python-is-python3 git
2727

2828
# Install node modules
29-
COPY .npmrc package.json pnpm-lock.yaml ./
30-
RUN pnpm install --frozen-lockfile --prod=false
29+
COPY .npmrc package.json ./
30+
RUN pnpm install --prod=false
3131

3232
# Copy application code
3333
COPY . .

0 commit comments

Comments
 (0)