DockerComposeContainer should set working directory for dduportal/docker-compose to folder of given docker-compose-file.
We need this to be able to work with relative path e.g. volumes declaration within docker compose file.
To achieve this you just need to add working directory support to GenericContainer.java, and set working directory within DockerComposeContainer.java
Regards
DockerComposeContainer should set working directory for dduportal/docker-compose to folder of given docker-compose-file.
We need this to be able to work with relative path e.g. volumes declaration within docker compose file.
To achieve this you just need to add working directory support to GenericContainer.java, and set working directory within DockerComposeContainer.java
Regards