dashboard/nginx.Dockerfile
2021-06-18 16:49:56 +03:00

5 lines
93 B
Docker

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