update the docker compose
This commit is contained in:
parent
e7799e1a2c
commit
eb1acde7df
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue