Make docker build happy

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2026-02-04 15:26:39 +00:00
parent 3d883e3d1a
commit 9d1d4ab055
No known key found for this signature in database
GPG Key ID: A2B008A5F49F5D0D

View File

@ -11,6 +11,7 @@ ARG JS_SDK_BRANCH="master"
WORKDIR /src
COPY --exclude=docker . /src
RUN corepack enable
RUN /src/scripts/docker-link-repos.sh
RUN pnpm --network-timeout=200000 install
RUN /src/scripts/docker-package.sh