fix: sync docker-compose.yml es init to docker-compose-debug.yml (#627)

This commit is contained in:
wuxingzhong
2025-08-07 11:17:57 +08:00
committed by GitHub
parent 45e5b6ed26
commit c3e0e7045a
2 changed files with 24 additions and 4 deletions

View File

@ -28,7 +28,7 @@ fe:
@echo "Building frontend..."
@bash $(BUILD_FE_SCRIPT)
server: env setup_es_index
server: env
@if [ ! -d "$(STATIC_DIR)" ]; then \
echo "Static directory '$(STATIC_DIR)' not found, building frontend..."; \
$(MAKE) fe; \