mirror of
https://github.com/valitydev/dashboard.git
synced 2024-11-06 02:25:23 +00:00
3 lines
98 B
Docker
3 lines
98 B
Docker
FROM nginx:1.21
|
|
COPY dist /usr/share/nginx/html
|
|
COPY nginx.conf /etc/nginx/vhosts.d/dashboard.conf |