Skip to content

Commit

Permalink
Update JS doc for DockerComposeFromArtifactDeployment
Browse files Browse the repository at this point in the history
  • Loading branch information
enyachoke committed Jan 24, 2024
1 parent e7bfe2c commit f69fd7e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions node-scripts/src/utils/model.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ class DockerComposeGenericMavenDeployment {
}
}

/**
* A type which assumes that the Docker Compose project will be installed through the processing of the artifacts section.
*/
class DockerComposeFromArtifactDeployment {
constructor(services) {
this.services = services;
Expand Down

0 comments on commit f69fd7e

Please sign in to comment.