fix: include tgz files in docker build context for local package installation
This commit is contained in:
@@ -17,7 +17,7 @@ ENV SKIP_RUNTIME_ENV_VALIDATION=true
|
|||||||
ENV CI=true
|
ENV CI=true
|
||||||
|
|
||||||
# Copy lockfile and manifest for dependency installation caching
|
# Copy lockfile and manifest for dependency installation caching
|
||||||
COPY pnpm-lock.yaml package.json .npmrc* ./
|
COPY pnpm-lock.yaml package.json .npmrc* *.tgz ./
|
||||||
COPY patches* ./patches/
|
COPY patches* ./patches/
|
||||||
|
|
||||||
ARG NPM_DOMAIN=git.infra.mintel.me
|
ARG NPM_DOMAIN=git.infra.mintel.me
|
||||||
|
|||||||
Reference in New Issue
Block a user