Skip to content

Commit aa384b2

Browse files
committed
update dockers
1 parent 3f1d273 commit aa384b2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.DS_Store

6 KB
Binary file not shown.

create_fastapi_project/templates/langchain_basic/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.8"
22

33
services:
44
fastapi_server:
5-
build: .
5+
build: ./backend
66
restart: always
77
command: "sh -c 'gunicorn -w 3 -k uvicorn.workers.UvicornWorker app.main:app --bind 0.0.0.0:8000 --preload --log-level=debug --timeout 120'"
88
volumes:

0 commit comments

Comments
 (0)