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

This commit is contained in:
Ildar Kamalov 2026-07-13 19:08:43 +03:00
parent 75540f5258
commit 971e6dace9
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -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 \