FROM nginx:stable-alpine
WORKDIR /etc/nginx/conf.d
COPY default.conf .
CMD [ "nginx", "-s", "reload"]