serg@serg-X55A:~/belcanto$ make build_nginx docker build -f Dockerfile.nginx -t belcanto_nginx . Sending build context to Docker daemon 679.8MB Step 1/6 : FROM nginx latest: Pulling from library/nginx 8559a31e96f4: Pull complete 8d69e59170f7: Pull complete 3f9f1ec1d262: Pull complete d1f5ff4f210d: Pull complete 1e22bfa8652e: Pull complete Digest: sha256:21f32f6c08406306d822a0e6e8b7dc81f53f336570e852e25fbe1e3e3d0d0133 Status: Downloaded newer image for nginx:latest ---> 2622e6cca7eb Step 2/6 : COPY ./docker_conf/nginx.conf /etc/nginx/nginx.conf ---> 5133564602fd Step 3/6 : COPY ./docker_conf/nginx.*.conf /etc/nginx/ ---> 3a0848c967fe Step 4/6 : ADD ./old_sites.tar.gz / ---> 1718af23edf3 Step 5/6 : COPY ./belcanto-static /belcanto_static ---> d05bf0fe378e Step 6/6 : COPY ./belcanto/media/ /belcanto_media ---> 6dd025034703 Successfully built 6dd025034703 Successfully tagged belcanto_nginx:latest