serg@serg-X55A:~/belcanto$ make build_main docker build -t belcanto_web . Sending build context to Docker daemon 679.8MB Step 1/10 : FROM belcanto_base ---> b67d79b737e1 Step 2/10 : ADD ./belcanto /app ---> dbb35694ff31 Step 3/10 : WORKDIR /app ---> Running in 2944e5bdb812 Removing intermediate container 2944e5bdb812 ---> 49de0670cb1d Step 4/10 : COPY ./docker_conf/database.py /app/settings/ ---> 75ab3ac937d8 Step 5/10 : COPY ./docker_conf/local_settings.py /app/ ---> 08795c5d82fd Step 6/10 : COPY ./bin/entrypoint / ---> e4579bc16037 Step 7/10 : VOLUME ["/app/var/log/", "/app/media/images/"] ---> Running in 75ecd9b4d7b6 Removing intermediate container 75ecd9b4d7b6 ---> 5ccecc56428d Step 8/10 : ENV PYTHONPATH /app ---> Running in 2ed2023645ef Removing intermediate container 2ed2023645ef ---> a1f10ec18125 Step 9/10 : ENTRYPOINT ["/entrypoint"] ---> Running in 8af8466a7036 Removing intermediate container 8af8466a7036 ---> 3654ba7633c5 Step 10/10 : CMD [] ---> Running in 7c6644d73255 Removing intermediate container 7c6644d73255 ---> 9f95b08c4db5 Successfully built 9f95b08c4db5 Successfully tagged belcanto_web:latest