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
ec459702cd
commit
e50a9a8cc9
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
Dockerfile
+ 2
- 0
Dockerfile
View File
@@ -7,7 +7,9 @@ WORKDIR /app
# 拷贝package.json和package-lock.json
COPY package*.json ./
# 安装依赖
RUN npm config set registry https://registry.npmmirror.com
RUN npx vite build
# 将项目文件拷贝到工作目录
Write
Preview
Loading…
Cancel
Save