FROM nginx:latest COPY nginx.conf /etc/nginx/nginx.conf COPY ./static /var/www/static RUN nginx -t