4 lines
53 B
Docker
4 lines
53 B
Docker
|
FROM scratch
|
||
|
COPY yanic /yanic
|
||
|
ENTRYPOINT ["/yanic"]
|