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