This website works better with JavaScript
Home
Explore
Help
Register
Sign In
lrj
/
PAS
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
e3e4b30aa9
Branches
Tags
chaxing
dify2
export_project
master
prod_test
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