4 lines
52 B
Docker
4 lines
52 B
Docker
|
FROM scratch
|
||
|
COPY dockviz /
|
||
|
ENTRYPOINT ["/dockviz"]
|