fix: remove client/ from .dockerignore to fix Docker client-build stage
Build and Push Docker Image / build (push) Successful in 48s
CI / Security audit (push) Successful in 1m10s
CI / Tests & coverage (push) Successful in 1m35s

This commit is contained in:
2026-05-21 00:16:08 +01:00
parent 3e6af1bff2
commit 31ed9f02b6
+2 -1
View File
@@ -7,7 +7,8 @@ node_modules/
.DS_Store .DS_Store
*.log *.log
**/*.log **/*.log
client/ client/node_modules/
client/dist/
dist/ dist/
build/ build/
coverage/ coverage/