4 lines
66 B
Docker
4 lines
66 B
Docker
|
FROM scratch
|
||
|
COPY plow /usr/bin/plow
|
||
|
ENTRYPOINT ["/usr/bin/plow"]
|