Skip to content

Commit ba37cdb

Browse files
committed
fix: dockerfile location mismatch
1 parent 007f14d commit ba37cdb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

agentserve/templates/docker-compose.yml.tpl

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ services:
1212
api_server:
1313
build:
1414
context: ..
15+
dockerfile: docker/Dockerfile
1516
command: uvicorn main:app --host 0.0.0.0 --port 5618
1617
environment:
1718
- REDIS_HOST=redis
@@ -26,6 +27,7 @@ services:
2627
worker:
2728
build:
2829
context: ..
30+
dockerfile: docker/Dockerfile
2931
command: python -m agentserve.worker
3032
environment:
3133
- REDIS_HOST=redis

0 commit comments

Comments
 (0)