3 lines
57 B
Docker
3 lines
57 B
Docker
|
FROM scratch
|
||
|
ENTRYPOINT ["/linkwallet"]
|
||
|
COPY linkwallet /
|