1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-27 23:46:39 +01:00

Fixes docker build

This commit is contained in:
Amir Raminfar
2023-03-13 09:19:35 -07:00
parent da065a1966
commit 296e8fc50e

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 ./