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:
@@ -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 ./
|
||||
|
||||
Reference in New Issue
Block a user