This commit cleans up the resources in the 'embed' package, and instead moves them into subpackages of a new 'compose' package. This makes sure that '.env' templates and docker compose contexts are located in the same location.
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"] |