1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-25 23:03:47 +01:00

Fixes build

This commit is contained in:
Amir Raminfar
2020-12-12 15:38:32 -08:00
parent a5560ceee6
commit a078e007a4
2 changed files with 1 additions and 2 deletions

View File

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

View File

@@ -8,7 +8,6 @@ import (
"net/http"
"runtime"
"strings"
"sync"
"time"
"github.com/amir20/dozzle/docker"