feat(core): update a comment

This commit is contained in:
purple 2023-12-15 19:43:57 +01:00 committed by GitHub
parent f56a57851d
commit 9934af8724
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ if [[ $_FOLDER != "" ]]; then
fi
fi
# Check for panels that are using Docker.
# Check for panels that are using Docker, which should have better support in the future.
if [[ -f "/.dockerenv" ]]; then
DOCKER="y"
else