5 lines
136 B
Docker
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 |