Docker: COPY failed: file not found in build context (Dockerfile)
I'd like to instruct Docker to COPY my certificates from the local /etc/ folder on my Ubuntu machine. I get the error: COPY failed: file not found in build context or excluded by .dockerignore: stat etc/.auth_keys/fullchain.pem: file does not exist I have not excluded in .dockerignore How can I do it? Dockerfile: FROM nginx:1.21.3-alpine RUN rm /etc/nginx/co