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