Skip to content

Commit

Permalink
Merge pull request #667 from communitiesuk/fix-aws-creds-on-ecs
Browse files Browse the repository at this point in the history
Exclude some files from built container images
  • Loading branch information
samuelhwilliams authored Aug 9, 2024
2 parents 5818613 + a7f4d0d commit 21283f3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
[ _ ]
schema-version = "0.2"

[io.buildpacks]
exclude = [
".flaskenv",
".git",
".github",
".vscode",
]

[[ io.buildpacks.build.env ]]
name = "BP_CPYTHON_VERSION"
value = "3.11.*" # any valid semver constraints (e.g. 3.6.7, 3.*) are acceptable

0 comments on commit 21283f3

Please sign in to comment.