unipept / unipept-desktop

This is the desktop application that accompanies the Unipept project.
https://unipept.ugent.be
MIT License
7 stars 0 forks source link

Fix setting temporary directory for Docker containers #204

Closed pverscha closed 2 years ago

pverscha commented 2 years ago

Normally, the application creates a temporary file in the configured database folder and mounts it into the Docker container (such that users can also choose where the temporary files required by the database construction process will be stored). Apparently, the mount point of this temp directory was wrong, causing the Docker database container to always use the same folder on the local filesystem of the user. This PR provides a fix for this problem.