mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2026-08-04 15:28:58 +00:00
fix dockerfile
This commit is contained in:
parent
faedfede45
commit
10945e24df
2 changed files with 1 additions and 2 deletions
|
|
@ -162,7 +162,6 @@ export const CLIENT_ID = {
|
|||
IP: 'ip',
|
||||
};
|
||||
|
||||
|
||||
export const ENCRYPTION_SOURCE = {
|
||||
PATH: 'path',
|
||||
CONTENT: 'content',
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue