This commit adds a new 'dis' component to the distillery that serves a list of all known instances for the moment.
5 lines
No EOL
163 B
Docker
5 lines
No EOL
163 B
Docker
FROM docker.io/library/alpine
|
|
|
|
COPY wdcli /wdcli
|
|
EXPOSE 8888
|
|
CMD ["/wdcli","--internal-in-docker","--config","${CONFIG_PATH}","dis_server","--bind","0.0.0.0:8888"] |