hasDockerfile property

bool get hasDockerfile

Whether revali build has produced a Dockerfile for this service.

Implementation

bool get hasDockerfile => directory
    .childDirectory('.revali')
    .childDirectory('build')
    .childFile('Dockerfile')
    .existsSync();