ops(deploy): .dockerignore 에 clients/ 추가 — 서버 이미지 빌드 컨텍스트에서 네이티브 앱 제외 (build context 는 ./services·./app·./frontend 분리라 무영향, 방어적)

This commit is contained in:
hyungi
2026-06-05 09:52:37 +09:00
parent 701113738f
commit a24e3e6f22
+4
View File
@@ -0,0 +1,4 @@
clients/
**/.build/
**/*.xcodeproj/
**/DerivedData/