-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently, the docker instructions are added, the docker file is added, and the client does run within the container, but we need to add to the Dockerfile the script directory.
Currently this is a bit of an issue since we generate the script output directory straight to the user home directory.
Docker is unable to actually view anything outside the working directory.
This means we should instead build into the standard build directory AND the script directory.
This will have to be implemented in Gradle via task that triggers on build.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Done