feat(docker): add support for no-cache builds and tag built images for local dependency resolution
This commit is contained in:
@@ -139,6 +139,7 @@ export class TsDockerManager {
|
||||
await Dockerfile.buildDockerfiles(toBuild, {
|
||||
platform: options?.platform,
|
||||
timeout: options?.timeout,
|
||||
noCache: options?.noCache,
|
||||
});
|
||||
logger.log('success', 'All Dockerfiles built successfully');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user