FROM nginx:alpine
COPY default.conf /etc/nginx/conf.d/default.conf
COPY 503.html /usr/share/nginx/html/503.html