nginx-proxy/Dockerfile
2024-05-29 23:46:12 +00:00

8 lines
261 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 index.html /usr/share/nginx/html/404/
COPY robots.txt /usr/share/nginx/html/robots.txt