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