This is part of my docker file:
USER root
COPY actions /actions
COPY entrypoint.sh /entrypoint.sh
When I build the image I am in the right directory and can see the actions folder and entrypoint.sh file. This has previously worked. What might be the issue?
I navigate into the container with docker exec -it /bin/bash
but the files are not there