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
Merge branch 'master' of
http://114.132.85.7:8080/soleilw/job-master
master
Soleilw
1 year ago
parent
5448ca0c02
02310ac5f9
commit
94e3f22f47
2 changed files
with
2 additions
and
1 deletions
Split View
Show Diff Stats
1
0
.gitignore
1
1
Dockerfile
+ 1
- 0
.gitignore
View File
@@ -3,3 +3,4 @@ node_modules
p
readme-admin.md
dc-rcsc-admin.yaml
dc-rcsc-admin-test.yaml
+ 1
- 1
Dockerfile
View File
@@ -15,7 +15,7 @@ RUN npm config set registry https://registry.npmmirror.com && \
COPY . .
# 构建项目
RUN np
x vite
build
RUN np
m run
build
FROM nginx:stable-alpine
Write
Preview
Loading…
Cancel
Save