Browse Source

dockerfile

master
feing 7 months ago
parent
commit
c31b902b24
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Dockerfile

+ 1
- 1
Dockerfile View File

# 使用 Node 作为基础镜像 # 使用 Node 作为基础镜像
FROM node:21
FROM alibaba-cloud-linux-3-registry.cn-hangzhou.cr.aliyuncs.com/alinux3/node:20.16.0


# 设置工作目录 # 设置工作目录
WORKDIR /app WORKDIR /app

Loading…
Cancel
Save