mirror of
https://github.com/valitydev/control-center.git
synced 2024-11-05 18:15:27 +00:00
3 lines
118 B
Docker
3 lines
118 B
Docker
FROM nginx:1.21
|
|
COPY dist/control-center /usr/share/nginx/html
|
|
COPY nginx.conf /etc/nginx/vhosts.d/control-center.conf |