This website works better with JavaScript
Home
Explore
Help
Register
Sign In
Ruoyi
/
RuoYi-UI
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
88aeec638e
Branches
Tags
master
RuoYi-UI
/
docker
/
Dockerfile
Dockerfile
98 B
History
Raw
1
2
3
FROM nginx:latest
COPY dist/ /usr/share/nginx/html
COPY nginx.conf /etc/nginx/conf.d/default.conf