components/dis: Properly load config file
This commit updates the 'component/dis' Dockerfile to properly load the config file from an environment variable.
This commit is contained in:
parent
10d295ff32
commit
735d032865
2 changed files with 6 additions and 1 deletions
|
|
@ -2,4 +2,4 @@ FROM docker.io/library/docker:20.10-cli
|
|||
|
||||
COPY wdcli /wdcli
|
||||
EXPOSE 8888
|
||||
CMD ["/wdcli","--internal-in-docker","--config", "${CONFIG_PATH}","server","--bind","0.0.0.0:8888"]
|
||||
CMD ["/wdcli","--internal-in-docker","server","--bind","0.0.0.0:8888"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue