1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 14:23:32 +00:00

BRE-1040 Dockerfile shared ownership (#16189)

* BRE-1040 Dockerfile shared ownership

* fix: include entrypoint scripts
This commit is contained in:
Tyler
2025-09-16 13:09:23 -04:00
committed by GitHub
parent 4219a31f88
commit f94e798920

8
.github/CODEOWNERS vendored
View File

@@ -203,10 +203,10 @@ apps/web/src/locales/en/messages.json
.github/workflows/release-web.yml @bitwarden/dept-bre .github/workflows/release-web.yml @bitwarden/dept-bre
## Docker files have shared ownership ## ## Docker files have shared ownership ##
**/Dockerfile **/Dockerfile @bitwarden/team-appsec @bitwarden/dept-bre
**/*.Dockerfile **/*.Dockerfile @bitwarden/team-appsec @bitwarden/dept-bre
**/.dockerignore **/*.dockerignore @bitwarden/team-appsec @bitwarden/dept-bre
**/entrypoint.sh **/entrypoint.sh @bitwarden/team-appsec @bitwarden/dept-bre
## Overrides ## Overrides
# For the time being platform owns tsconfig and jest config # For the time being platform owns tsconfig and jest config