mirror of
https://github.com/valitydev/control-center.git
synced 2024-11-06 02:25:17 +00:00
3 lines
118 B
Docker
3 lines
118 B
Docker
FROM nginx:1.27
|
|
COPY dist/control-center /usr/share/nginx/html
|
|
COPY nginx.conf /etc/nginx/vhosts.d/control-center.conf |