nginx-proxy/Dockerfile
skeris 43f2c9927e
Some checks failed
Deploy / CreateImage (push) Successful in 37s
Deploy / DeployService (push) Failing after 21s
prod ci
2025-03-12 01:54:50 +03:00

9 lines
281 B
Docker

FROM gitea.pena/penadevops/container-images/node: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