nginx-proxy/Dockerfile
skeris 5705bd3a5a
All checks were successful
Deploy / CreateImage (push) Successful in 41s
Deploy / DeployService (push) Successful in 24s
remove volumes for cert generation
2025-03-13 01:23:11 +03:00

9 lines
282 B
Docker

FROM gitea.pena/penadevops/container-images/nginx:main as build
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