dashboard/nginx.Dockerfile

5 lines
97 B
Docker

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