This website requires JavaScript.
Explore
Help
Sign In
CrystalMath
/
ui
Watch
3
Star
0
Fork
0
You've already forked ui
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
22c6ce68f2
ui
/
Dockerfile
6 lines
90 B
Docker
Raw
Normal View
History
Unescape
Escape
Add dockerfile and commands for building/publishing it
2022-04-09 08:23:27 +00:00
FROM
nginx:latest
COPY
dist /usr/share/nginx/html
Setup nginx conf for single-page routing
2022-04-09 14:34:29 +00:00
COPY
nginx.conf /etc/nginx/nginx.conf
Add dockerfile and commands for building/publishing it
2022-04-09 08:23:27 +00:00
Reference in New Issue
Copy Permalink