dashboard/Dockerfile

3 lines
98 B
Docker
Raw Normal View History

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