Skip to content

Commit

Permalink
switch docker compose to image
Browse files Browse the repository at this point in the history
  • Loading branch information
1b5d committed Apr 8, 2023
1 parent 614314e commit 532e01b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
app:
build: .
image: 1b5d/llm-api
container_name: llm-api-app
ports:
- "8000:8000"
Expand Down

0 comments on commit 532e01b

Please sign in to comment.