Edit Dockerfile
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM node:20-alpine AS base
|
||||
FROM node:20 AS base
|
||||
|
||||
# 设置淘宝 npm 镜像
|
||||
RUN npm config set registry https://registry.npmmirror.com
|
||||
|
||||
Reference in New Issue
Block a user