Skip to content

Commit

Permalink
[exoframe-website] Add buildargs to project config docs
Browse files Browse the repository at this point in the history
  • Loading branch information
yamalight committed Dec 6, 2023
1 parent beb2f17 commit 8c0f799
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/exoframe-website/docs/config/project.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ The config file has the following structure:
// Use secrets to hide sensitive values from env vars
"OTHER_VAR": "@my-secret"
},
// Object of key-values for build args [optional, no env vars are assigned by default]
// Used during docker image build phase
"buildargs": {
"BUILD_ARG": "123",
// Use secrets to hide sensitive values from build args
"OTHER_ARG": "@my-secret"
},
// Additional Docker labels for your container [optional]
"labels": {
"my.custom.label": "value",
Expand Down

0 comments on commit 8c0f799

Please sign in to comment.