2017-11-06 14:11:04 +00:00

8 lines
95 B
Docker

FROM nginx
COPY nginx.conf /etc/nginx/nginx.conf
WORKDIR /usr/share/nginx/html
COPY dist/ .