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: openrag-frontend:
image: phact/openrag-frontend:${OPENRAG_VERSION:-latest} image: phact/openrag-frontend:${OPENRAG_VERSION:-latest}
build: # build:
context: . # context: .
dockerfile: Dockerfile.frontend # dockerfile: Dockerfile.frontend
container_name: openrag-frontend container_name: openrag-frontend
depends_on: depends_on:
- openrag-backend - openrag-backend