8 lines
261 B
Docker
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
|