Skip to content

Commit 3aec0b1

Browse files
committed
chore: switch docker-compose to use Docker Hub image
1 parent d09c58f commit 3aec0b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
app:
3-
build: .
3+
image: idemerge/llm-api-bench:${TAG:-latest}
44
ports:
55
- "${PORT:-3001}:3001"
66
volumes:

0 commit comments

Comments
 (0)