dashboard/Dockerfile
2022-01-17 11:20:10 +03:00

3 lines
98 B
Docker

FROM nginx:1.21
COPY dist /usr/share/nginx/html
COPY nginx.conf /etc/nginx/vhosts.d/dashboard.conf