nginx-proxy/Dockerfile

8 lines
261 B
Docker
Raw Normal View History

2024-05-29 23:46:12 +00:00
FROM penahub.gitlab.yandexcloud.net:5050/devops/dockerhub-backup/nginx
2023-05-07 11:03:39 +00:00
COPY privkey.pem /etc/nginx/
COPY fullchain.pem /etc/nginx/
COPY default.conf /etc/nginx/conf.d/
2024-01-24 00:00:47 +00:00
COPY index.html /usr/share/nginx/html/404/
2024-02-11 11:21:38 +00:00
COPY robots.txt /usr/share/nginx/html/robots.txt