From a078e007a4ea6b93608c09c3d32e70bc5b201142 Mon Sep 17 00:00:00 2001 From: Amir Raminfar Date: Sat, 12 Dec 2020 15:38:32 -0800 Subject: [PATCH] Fixes build --- Dockerfile | 2 +- routes.go | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 13885935..ef316201 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 ./ diff --git a/routes.go b/routes.go index 418c51ad..49b1da84 100644 --- a/routes.go +++ b/routes.go @@ -8,7 +8,6 @@ import ( "net/http" "runtime" "strings" - "sync" "time" "github.com/amir20/dozzle/docker"