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