Sign in
apache
/
nifi-fds
/
gh-pages
/
.
/
node_modules
/
is-docker
/
cli.js
blob: 58f2861f9f377ea2e1c77c691c26d81586c78d32 [
file
] [
log
] [
blame
]
#!
/usr/
bin
/
env node
'use strict'
;
const
isDocker
=
require
(
'.'
);
process
.
exitCode
=
isDocker
()
?
0
:
2
;