Anton, [14.11.19 16:26]
FROM ubuntu:latest
RUN apt-get update -y
RUN apt-get install -y nginx
ADD /etc/nginx/conf.d/ /etc/nginx/conf.d/
EXPOSE 80
CMD [nginx]
Anton, [14.11.19 16:26]
Step 4/6 : ADD /etc/nginx/conf.d/ /etc/nginx/conf.d/
ADD failed: stat /var/lib/docker/tmp/docker-builder279984881/etc/nginx/conf.d: no such file or directory
Anton, [14.11.19 16:26]
что не так? памагите