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