Tony Grosinger
a1e0fb3b7e
Smudge provides an implementation of the gossip protocol that will be
used for communicating with other chat client implementations.
Retrieved at: d39c17654b
8 lines
68 B
Docker
8 lines
68 B
Docker
FROM scratch
|
|
|
|
COPY tmp/smudge /smudge
|
|
|
|
EXPOSE 9999
|
|
|
|
CMD ["/smudge"]
|