Fixes docker build

This commit is contained in:
Amir Raminfar 2023-03-13 09:19:35 -07:00
parent da065a1966
commit 296e8fc50e
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ WORKDIR /build
# Install dependencies from lock file
COPY pnpm-*.yaml ./
RUN pnpm fetch
RUN pnpm fetch --ignore-scripts --no-optional
# Copy package.json and install dependencies
COPY package.json ./