UNPKG

@nx/docker

Version:

The Nx Plugin for Docker to aid in containerizing projects.

7 lines (6 loc) 212 B
import { type CreateNodesV2 } from '@nx/devkit'; export interface DockerPluginOptions { buildTarget?: string; runTarget?: string; } export declare const createNodesV2: CreateNodesV2<DockerPluginOptions>;