docker
docker copied to clipboard
fpm-alpine FULL - Dockerfile build fails on Step 5 - "Copy supervisord.conf"
From: https://github.com/nextcloud/docker/blob/master/.examples/dockerfiles/full/fpm-alpine/Dockerfile today.
Tail end of Dockerfile is:
COPY supervisord.conf /
ENV NEXTCLOUD_UPDATE=1
CMD ["/usr/bin/supervisord", "-c", "/supervisord.conf"]
Build reports:
COPY failed: stat /var/lib/docker/tmp/docker-builder167487155/supervisord.conf: no such file or directory, logs:
I cannot reproduce with the most recent image.
To me this looks like there is no supervisord.conf file in the directory where your Dockerfile is located
I got the same Docker build error when I forgot to actually do what @tilosp recommends. Seems safe to close this issue unless we want to make it one about improving https://github.com/nextcloud/docker/blob/master/.examples/README.md