nginx-proxy/Dockerfile

8 lines
220 B
Docker
Raw Normal View History

2024-02-14 13:58:52 +00:00
FROM nginx:stable-alpine-perl
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