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
Files
1b4ffeae2bf1556ce8d49261b78747aa2ac20297
ui
/
Dockerfile
6 lines
90 B
Docker
Raw
Normal View
History
Unescape
Escape
Add dockerfile and commands for building/publishing it
2022-04-09 03:23:27 -05:00
FROM
nginx:latest
COPY
dist /usr/share/nginx/html
Setup nginx conf for single-page routing
2022-04-09 09:34:29 -05:00
COPY
nginx.conf /etc/nginx/nginx.conf
Add dockerfile and commands for building/publishing it
2022-04-09 03:23:27 -05:00
Reference in New Issue
Copy Permalink