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