修改Dockerfile
This commit is contained in:
		@@ -1,5 +1,5 @@
 | 
			
		||||
# 使用官方 Node.js 运行时作为父镜像
 | 
			
		||||
FROM node:18-alpine AS build-stage
 | 
			
		||||
FROM node:22-alpine AS build-stage
 | 
			
		||||
 | 
			
		||||
# 设置工作目录
 | 
			
		||||
WORKDIR /app
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user