fix: remove client/ from .dockerignore to fix Docker client-build stage
All checks were successful
Build and Push Docker Image / build (push) Successful in 42s
CI / Security audit (push) Successful in 1m12s
CI / Tests & coverage (push) Successful in 1m17s
CI / Security audit (pull_request) Successful in 1m11s
CI / Tests & coverage (pull_request) Successful in 1m33s

This commit is contained in:
2026-05-21 00:16:51 +01:00
parent 86aaa79339
commit b6367076f9

View File

@@ -7,7 +7,8 @@ node_modules/
.DS_Store
*.log
**/*.log
client/
client/node_modules/
client/dist/
dist/
build/
coverage/