This commit is contained in:
Jackson Delahunt 2023-10-07 03:45:08 +11:00
parent dea10e92c3
commit a091068c35

View file

@ -13,6 +13,7 @@ for VOLUME_NAME in $DESKTOP_ENVIRONMENT_VOLUMES; do
# Give the desktop environment user ownership of the volume
docker run \
--quiet \
--rm \
--user root \
--volume $VOLUME_NAME:$VOLUME_PATH \