mirror of https://github.com/docker/docs.git
Merge pull request #19627 from pandrew/fix_warning_on_build
Fix warning
This commit is contained in:
commit
42a0fd7e92
|
@ -40,7 +40,7 @@ else
|
|||
fi
|
||||
fi
|
||||
|
||||
if [ -n "$inContainer" ]; then
|
||||
if [ -z "$inContainer" ]; then
|
||||
{
|
||||
echo "# WARNING! I don't seem to be running in a Docker container."
|
||||
echo "# The result of this command might be an incorrect build, and will not be"
|
||||
|
|
Loading…
Reference in New Issue