dashboard/nginx.Dockerfile
2021-06-17 01:01:43 +03:00

5 lines
93 B
Docker

FROM nginx
COPY ./nginx.conf /etc/nginx/conf.d/default.conf
COPY dist /usr/share/nginx/html