This commit updates the 'component/dis' Dockerfile to properly load the config file from an environment variable.
5 lines
No EOL
141 B
Docker
5 lines
No EOL
141 B
Docker
FROM docker.io/library/docker:20.10-cli
|
|
|
|
COPY wdcli /wdcli
|
|
EXPOSE 8888
|
|
CMD ["/wdcli","--internal-in-docker","server","--bind","0.0.0.0:8888"] |