lukechilds / docker-electrumx

Run an Electrum server with one command
MIT License
109 stars 124 forks source link

Error "copy failed" #36

Closed shikita closed 5 years ago

shikita commented 5 years ago
root@shikita:/tmp# docker build - < Dockerfile
Sending build context to Docker daemon   2.56kB
Step 1/16 : FROM python:3.7-alpine3.9
3.7-alpine3.9: Pulling from library/python
e7c96db7181b: Pull complete 
799a5534f213: Pull complete 
913b50bbe755: Pull complete 
11154abc6081: Pull complete 
c805e63f69fe: Pull complete 
Digest: sha256:69f4cedf780ea95e7a0591e5ec3db85207142278501dfab6ef483ccfa5340fe2
Status: Downloaded newer image for python:3.7-alpine3.9
 ---> fe3ef29c73f3
Step 2/16 : LABEL maintainer="Luke Childs <lukechilds123@gmail.com>"
 ---> Running in 304d2c67d208
Removing intermediate container 304d2c67d208
 ---> ff45986f0d3e
Step 3/16 : COPY ./bin /usr/local/bin
COPY failed: stat /var/lib/docker/tmp/docker-builder358258041/bin: no such file or directory
lukechilds commented 5 years ago

Are you building in the repo with the other assets?