This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
soleilw
/
job-master
Watch
1
Star
0
Fork
0
Code
Issues
2
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
dockerfile
master
feing
7 months ago
parent
d289ed13eb
commit
c31b902b24
1 changed files
with
1 additions
and
1 deletions
Unified View
Show Diff Stats
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:2
0.
1
6.0
# 设置工作目录
# 设置工作目录
WORKDIR /app
WORKDIR /app
Write
Preview
Loading…
Cancel
Save