retry
All checks were successful
Docker Build and Push / build-image (push) Successful in 7m53s

This commit is contained in:
cheney 2026-04-05 21:25:53 +08:00
parent 092e763a05
commit 57af477547

View File

@ -31,7 +31,7 @@ COPY --from=builder /app/public* ./public/
# 设置淘宝源并安装生产依赖 # 设置淘宝源并安装生产依赖
RUN npm config set registry https://registry.npmmirror.com && npm install --only=production RUN npm config set registry https://registry.npmmirror.com && npm install --only=production
# 暴露3000端口 # 暴露 3000 端口
EXPOSE 3000 EXPOSE 3000
# 启动生产服务器 # 启动生产服务器