chore: clean up build artifacts, temporary excel locks, duplicate plans, and commit current project state
Some checks failed
ITAM Code Check / build-and-config-check (push) Successful in 18s
ITAM Docker Build Check / docker-build-check (push) Failing after 21s

This commit is contained in:
이태훈
2026-06-22 11:26:26 +09:00
parent 7b631ab858
commit 621b05a890
135 changed files with 22565 additions and 42690 deletions

View File

@@ -3,7 +3,7 @@ services:
build:
context: .
dockerfile: Dockerfile.backend
container_name: itam-backend
container_name: dachs-backend
working_dir: /app
env_file:
- .env
@@ -28,7 +28,7 @@ services:
build:
context: .
dockerfile: Dockerfile.frontend
container_name: itam-frontend
container_name: dachs-frontend
working_dir: /app
depends_on:
- backend