5 lines
39 B
Docker
5 lines
39 B
Docker
|
FROM busybox
|
||
|
|
||
|
ADD glue /glue
|
||
|
CMD /glue
|