nginx-proxy/Dockerfile

9 lines
289 B
Docker

FROM penahub.gitlab.yandexcloud.net:5050/devops/dockerhub-backup/nginx
COPY privkey.pem /etc/nginx/
COPY fullchain.pem /etc/nginx/
COPY default.conf /etc/nginx/conf.d/
COPY nginx.conf /etc/nginx/
COPY index.html /usr/share/nginx/html/404/
COPY robots.txt /usr/share/nginx/html/robots.txt