mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2026-08-04 15:28:58 +00:00
fix makefile
Some checks failed
build / test (macOS-latest) (push) Has been cancelled
build / test (ubuntu-latest) (push) Has been cancelled
build / test (windows-latest) (push) Has been cancelled
lint / go-lint (push) Has been cancelled
lint / eslint (push) Has been cancelled
build / build-release (push) Has been cancelled
build / notify (push) Has been cancelled
lint / notify (push) Has been cancelled
Some checks failed
build / test (macOS-latest) (push) Has been cancelled
build / test (ubuntu-latest) (push) Has been cancelled
build / test (windows-latest) (push) Has been cancelled
lint / go-lint (push) Has been cancelled
lint / eslint (push) Has been cancelled
build / build-release (push) Has been cancelled
build / notify (push) Has been cancelled
lint / notify (push) Has been cancelled
This commit is contained in:
parent
75540f5258
commit
971e6dace9
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
|
@ -20,7 +20,7 @@ VERBOSE.MACRO = $${VERBOSE:-0}
|
|||
|
||||
CHANNEL = development
|
||||
# TODO(ik): Update CLIENT_DIR to client_v2 for new frontend migration
|
||||
CLIENT_DIR = client_v2
|
||||
CLIENT_DIR = client
|
||||
DEPLOY_SCRIPT_PATH = not/a/real/path
|
||||
DIST_DIR = dist
|
||||
GOAMD64 = v1
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ ARG BASE_IMAGE=adguard/home-js-builder:4.0
|
|||
FROM "$BASE_IMAGE" AS dependencies
|
||||
ADD Makefile /app/
|
||||
ADD scripts /app/scripts
|
||||
ADD client_v2 /app/client_v2
|
||||
ADD client /app/client
|
||||
WORKDIR /app
|
||||
RUN \
|
||||
--mount=type=cache,id=npm-root-cache,target=/root/.npm \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue