mirror of
https://github.com/caprover/caprover
synced 2026-05-12 14:40:39 +00:00
dockerfileLines is now matching the captaindefintion
This commit is contained in:
@@ -98,7 +98,7 @@ export default class OneClickAppDeploymentHelper {
|
||||
captainDefinition.imageName = dockerComposeService.image;
|
||||
} else {
|
||||
captainDefinition.dockerfileLines =
|
||||
dockerComposeService.dockerFileLines;
|
||||
dockerComposeService.dockerfileLines;
|
||||
}
|
||||
|
||||
return self.apiManager.uploadCaptainDefinitionContent(
|
||||
|
||||
@@ -15,7 +15,7 @@ export interface IOneClickVariable {
|
||||
|
||||
export interface IDockerComposeService {
|
||||
image?: string;
|
||||
dockerFileLines?: string[]; // This is our property, not DockerCompose. We use this instead of image if we need to extend the image.
|
||||
dockerfileLines?: string[]; // This is our property, not DockerCompose. We use this instead of image if we need to extend the image.
|
||||
volumes?: string[];
|
||||
ports?: string[];
|
||||
environment?: IHashMapGeneric<string>;
|
||||
|
||||
Reference in New Issue
Block a user