i’m trying to build a docker container image to deploy it to Amazon ECS, but the docker build command (docker build -t martineberle/athenapdf-service .) fails at Step 5/11 : COPY build/weaver /athenapdf-service/ with this error:
COPY failed: stat /var/lib/docker/tmp/docker-builder025847287/build/weaver: no such file or directory
i’m trying to build a docker container image to deploy it to Amazon ECS, but the docker build command (
docker build -t martineberle/athenapdf-service .
) fails atStep 5/11 : COPY build/weaver /athenapdf-service/
with this error:COPY failed: stat /var/lib/docker/tmp/docker-builder025847287/build/weaver: no such file or directory
Am i doing something wrong?