1
0
forked from baron/baron-sso

chore: 모노레포 구축에 따른 Dockerfile 빌드 컨텍스트 변경 및 pnpm 의존성 설치 지원

This commit is contained in:
2026-05-14 17:01:05 +09:00
parent c2a9e1044c
commit 3f957d7a9f
4 changed files with 42 additions and 24 deletions

View File

@@ -49,8 +49,8 @@ services:
adminfront:
build:
context: ./adminfront
dockerfile: Dockerfile
context: .
dockerfile: ./adminfront/Dockerfile
container_name: baron_adminfront
env_file:
- .env
@@ -70,8 +70,8 @@ services:
devfront:
build:
context: ./devfront
dockerfile: Dockerfile
context: .
dockerfile: ./devfront/Dockerfile
container_name: baron_devfront
env_file:
- .env
@@ -91,8 +91,8 @@ services:
orgfront:
build:
context: ./orgfront
dockerfile: Dockerfile
context: .
dockerfile: ./orgfront/Dockerfile
container_name: baron_orgfront
env_file:
- .env