Skip to content

Commit

Permalink
feat: support "EXPOSE" key in API
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin committed Jan 11, 2024
1 parent d43c1ac commit a5b5bb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/structs.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ type Recipe struct {
Adds map[string]string `json:"adds"`
Args map[string]string `json:"args"`
Runs []string `json:"runs"`
Expose int `json:"expose"`
Cmd string `json:"cmd"`
Modules []interface{} `json:"modules"`
Path string
Expand Down

0 comments on commit a5b5bb7

Please sign in to comment.