mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-01 07:36:39 +08:00
尝试优化构建结构
This commit is contained in:
parent
a0e720e5ee
commit
ad45a8195f
@ -1,4 +1,4 @@
|
|||||||
FROM hub.si.icu/library/node:22.1-alpine AS base
|
FROM node:22.1-alpine AS base
|
||||||
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/g' /etc/apk/repositories
|
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/g' /etc/apk/repositories
|
||||||
RUN apk add --no-cache tzdata
|
RUN apk add --no-cache tzdata
|
||||||
# 设置时区环境变量
|
# 设置时区环境变量
|
||||||
|
Loading…
Reference in New Issue
Block a user