This website works better with JavaScript
Home
Explore
Help
Register
Sign In
luocaiyang
/
Wispro-CodeWarehouse-BackEnd
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
2d938caf77
Branches
Tags
Cniprdev2
dev
dev2
exportPatent
master
prod
project
release
test
Wispro-CodeW...
/
PAS
/
docker
/
web
/
Dockerfile
Dockerfile
93 B
History
Raw
1
2
3
FROM nginx
COPY dist/ /usr/share/nginx/html/
COPY default.conf /etc/nginx/conf.d/default.conf