From c5b8d8fd5d3a2e369613b1fd98e56d676b7bde01 Mon Sep 17 00:00:00 2001 From: "LUOJIE\\coolp" Date: Tue, 14 Oct 2025 14:22:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9Dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dify_1.9.0/web/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dify_1.9.0/web/Dockerfile b/dify_1.9.0/web/Dockerfile index 317a7f9c..e80078f4 100644 --- a/dify_1.9.0/web/Dockerfile +++ b/dify_1.9.0/web/Dockerfile @@ -3,10 +3,10 @@ FROM node:22-alpine3.21 AS base LABEL maintainer="takatost@gmail.com" # if you located in China, you can use aliyun mirror to speed up -# RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories +RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories # if you located in China, you can use taobao registry to speed up -# RUN npm config set registry https://registry.npmmirror.com +RUN npm config set registry https://registry.npmmirror.com RUN apk add --no-cache tzdata RUN corepack enable