feat(core): update a comment
This commit is contained in:
parent
f56a57851d
commit
9934af8724
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue