dashboard/nginx.Dockerfile

5 lines
93 B
Docker
Raw Permalink Normal View History

2021-06-18 16:49:56 +03:00
FROM nginx
COPY ./nginx.conf /etc/nginx/conf.d/default.conf
COPY dist /usr/share/nginx/html