mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-25 23:03:47 +01:00
Fixes build
This commit is contained in:
@@ -7,7 +7,7 @@ WORKDIR /build
|
||||
|
||||
# Install dependencies
|
||||
COPY package*.json yarn.lock ./
|
||||
RUN HUSKY_SKIP_INSTALL=1 yarn install --network-timeout 1000000
|
||||
RUN yarn install --ignore-scripts --network-timeout 1000000
|
||||
|
||||
# Copy config files
|
||||
COPY .* webpack*.js ./
|
||||
|
||||
Reference in New Issue
Block a user