FROM nginx:1.10.1

COPY localhost.yandex.ru.pem /etc/ssl/localhost.yandex.ru.pem
COPY nginx.conf /etc/nginx/nginx.conf
COPY index.html /app/index.html
