3 lines
111 B
Docker
3 lines
111 B
Docker
FROM nginx:alpine
|
|
COPY default.conf /etc/nginx/conf.d/default.conf
|
|
COPY 503.html /usr/share/nginx/html/503.html |