dashboard/nginx.Dockerfile

5 lines
93 B
Docker
Raw Normal View History

2021-06-16 13:25:37 +03:00
FROM nginx
2021-06-17 01:01:43 +03:00
COPY ./nginx.conf /etc/nginx/conf.d/default.conf
2021-06-16 13:25:37 +03:00
COPY dist /usr/share/nginx/html