fix dockerfile

This commit is contained in:
Ildar Kamalov 2026-07-14 17:54:41 +03:00
parent faedfede45
commit 10945e24df
2 changed files with 1 additions and 2 deletions

View file

@ -162,7 +162,6 @@ export const CLIENT_ID = {
IP: 'ip',
};
export const ENCRYPTION_SOURCE = {
PATH: 'path',
CONTENT: 'content',

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 /app/client
ADD client_v2 /app/client_v2
WORKDIR /app
RUN \
--mount=type=cache,id=npm-root-cache,target=/root/.npm \