efrecon / docker-s3fs-client

Alpine-based s3fs client: mount from container, make available to other containers
BSD 3-Clause "New" or "Revised" License
173 stars 62 forks source link

COPY failed: no source files were specified #6

Closed Zonalds closed 3 years ago

Zonalds commented 3 years ago

Hey,

Thanks for providing this. While trying to build the image with the provided Dockerfile, I would get this error:

Step 13/23 : COPY *.sh /usr/local/bin/ COPY failed: no source files were specified

Any idea how to fix this?

efrecon commented 3 years ago

I have 24 steps when I run (being lazy, no tag for the sake of the test):

docker build .

The COPY step works as it should. @Zonalds are you sure you were running the build command from the main directory of the repository?