chore: remove pipecat version check from docker build process

This commit is contained in:
Sabiha Khan 2025-10-03 14:03:12 +05:30
parent c7e75819f4
commit d55205fd67
7 changed files with 181 additions and 103 deletions

View file

@ -0,0 +1,13 @@
# Docker Compose Override for Local Development
# This file automatically provides the pipecat commit SHA when building locally
# It's automatically merged with docker-compose.yaml
services:
api:
build:
context: ./api
dockerfile: Dockerfile
args:
# Dynamically get pipecat commit SHA from submodule
# This will be evaluated when docker-compose build is run
PIPECAT_COMMIT: ${PIPECAT_COMMIT}