update the docker compose

This commit is contained in:
Edwin Jose 2025-10-06 23:16:32 -04:00
parent e7799e1a2c
commit eb1acde7df

View file

@ -78,9 +78,9 @@ services:
openrag-frontend:
image: phact/openrag-frontend:${OPENRAG_VERSION:-latest}
build:
context: .
dockerfile: Dockerfile.frontend
# build:
# context: .
# dockerfile: Dockerfile.frontend
container_name: openrag-frontend
depends_on:
- openrag-backend