fix: remove client/ from .dockerignore to fix Docker client-build stage
All checks were successful
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

View File

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