1
0
forked from baron/baron-sso

fix staging frontend docker build context

This commit is contained in:
2026-05-21 08:51:35 +09:00
parent 2d6ca2f66b
commit 5bb1c5871c
3 changed files with 21 additions and 9 deletions

View File

@@ -425,8 +425,8 @@ services:
adminfront:
build:
context: ./adminfront
dockerfile: Dockerfile
context: .
dockerfile: ./adminfront/Dockerfile
container_name: baron_adminfront
env_file:
- .env
@@ -451,8 +451,8 @@ services:
devfront:
build:
context: ./devfront
dockerfile: Dockerfile
context: .
dockerfile: ./devfront/Dockerfile
container_name: baron_devfront
env_file:
- .env
@@ -477,8 +477,8 @@ services:
orgfront:
build:
context: ./orgfront
dockerfile: Dockerfile
context: .
dockerfile: ./orgfront/Dockerfile
container_name: baron_orgfront
env_file:
- .env