wisski-cloud-distillery/internal/component/dis/stack/Dockerfile
Tom Wiesing 735d032865
components/dis: Properly load config file
This commit updates the 'component/dis' Dockerfile to properly load the
config file from an environment variable.
2022-09-17 12:11:43 +02:00

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"]