fix: Android bundle Docker compose build
Some checks failed
actionlint check / actionlint check (pull_request) Successful in 6s
conventional pull request title check / conventional pull request title check (pull_request) Successful in 3s
conventional commit messages check / conventional commit messages check (pull_request) Successful in 5s
dotenv-linter check / dotenv-linter check (pull_request) Successful in 9s
GitLeaks check / GitLeaks check (pull_request) Successful in 11s
hadolint check / hadolint check (pull_request) Successful in 39s
htmlhint check / htmlhint check (pull_request) Successful in 35s
markdownlint check / markdownlint check (pull_request) Successful in 33s
Rust check / Rust check (pull_request) Failing after 25s
checkov check / checkov check (pull_request) Successful in 1m17s
Prettier check / Prettier check (pull_request) Successful in 29s
ShellCheck check / ShellCheck check (pull_request) Successful in 26s
yamllint check / yamllint check (pull_request) Successful in 22s
Stylelint check / Stylelint check (pull_request) Successful in 24s

This commit is contained in:
2026-01-23 17:26:07 +01:00
parent c23397a941
commit 1b9b0632b9

View File

@@ -2,4 +2,5 @@
services: services:
app: app:
build: build:
dockerfile: docker/prod/app/Dockerfile
target: builder_android target: builder_android