build(docker-compose.yml): change the image name to librechat (#530)

fix(docker-compose.yml): add target node to build command
This commit is contained in:
Danny Avila 2023-06-17 16:41:22 -04:00 committed by GitHub
parent f1f33de4db
commit 4f47da8f0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,10 +19,10 @@ services:
- 3080:3080 # Change it to 9000:3080 to use nginx
depends_on:
- mongodb
image: node # Comment this & uncomment below to build from docker hub image
build:
context: .
target: node
image: librechat # Comment this & uncomment below to build from docker hub image
build: # ^------
context: . # ^------
target: node # ^------v
# image: chatgptclone/app:latest # Uncomment this & comment above to build from docker hub image
restart: always
extra_hosts: # if you are running APIs on docker you need access to, you will need to uncomment this line and next