FROM nginx:stable-alpine CMD ["nginx", "-g", "daemon off;"] COPY docker.conf /etc/nginx/conf.d/default.conf