You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 thetrash
-action.The text was updated successfully, but these errors were encountered: