diff --git a/applications/KonSoft.AuthServer/Dockerfile b/applications/KonSoft.AuthServer/Dockerfile index 20ae08d..69b00ce 100644 --- a/applications/KonSoft.AuthServer/Dockerfile +++ b/applications/KonSoft.AuthServer/Dockerfile @@ -16,6 +16,7 @@ RUN echo "deb https://mirrors.huaweicloud.com/debian/ bookworm main contrib non- curl -sL https://deb.nodesource.com/setup_16.x | bash - && \ apt-get install -yq nodejs && \ npm install -g yarn@${YARN_VERSION} && \ + yarn config set registry https://mirrors.huaweicloud.com/repository/npm/ && \ apt-get clean && \ rm -rf /var/lib/apt/lists/* ARG BUILD_CONFIGURATION=Release