Skip to content

Commit

Permalink
devex: add dockerfile to build settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Looskie committed Sep 11, 2023
1 parent 7f1ebb8 commit 91633b4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/rest/types/ignite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,11 @@ export interface BuildSettings {
* Root directory for build
*/
root_directory?: string;

/**
* Specifies where the dockerfile is located
*/
dockerfile?: string;
}

/**
Expand Down

0 comments on commit 91633b4

Please sign in to comment.