Files
2024-12-27 14:06:35 +09:00

5 lines
136 B
Docker

FROM nginx:1.27.3
LABEL authors="usbharu"
COPY sorry.html /usr/share/nginx/html/sorry.html
COPY sorry.conf /etc/nginx/conf.d/sorry.conf