organize icon indicating copy to clipboard operation
organize copied to clipboard

Prevent `trash` action from running inside a docker container

Open tfeldmann opened this issue 2 years ago • 0 comments

The trash action running in a docker container would move your files to the container's trash, which is most likely not persisted. In the Dockerfile there should be a RUNNING_IN_DOCKER=1 environment variable which is read in the trash-action.

tfeldmann avatar Sep 07 '23 17:09 tfeldmann