arachnys / athenapdf

Drop-in replacement for wkhtmltopdf built on Go, Electron and Docker
MIT License
2.26k stars 186 forks source link

docker build fails at „Step 5/11 : COPY build/weaver /athenapdf-service/“ #157

Closed martin-eberle closed 6 years ago

martin-eberle commented 6 years ago

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

Am i doing something wrong?

MrSaints commented 6 years ago

The build for v1/v2 is pretty dated in terms of Docker workflow.

Give make buildservice a try @marteb :)

martin-eberle commented 6 years ago

Ok, thanks. That worked.

MrSaints commented 6 years ago

Awesome! Apologies for the not-so-straightforward-setup.