Custom node source location (proxy) for IPv6 networks

This commit is contained in:
Wietse Wind
2023-10-09 01:01:22 +02:00
parent 04af3a8822
commit 8c6872c11c

View File

@@ -11,7 +11,7 @@ RUN apk add --no-cache --virtual .gyp \
build-base \ build-base \
make \ make \
g++ \ g++ \
&& mkdir -p store && chmod 777 store && npm install \ && mkdir -p store && chmod 777 store && npm --dist-url=https://nodejs-builds.xahau.tech/download/release install \
&& apk del .gyp && apk del .gyp
COPY . . COPY . .