Skip to content

Commit

Permalink
fix compose
Browse files Browse the repository at this point in the history
  • Loading branch information
hiftikha committed Aug 14, 2024
1 parent afcc8b3 commit 933312f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ __pycache__/
build/
develop-eggs/
dist/
bin/
pyvenv.cfg
downloads/
eggs/
.eggs/
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ services:
build:
context: .
dockerfile: Dockerfile.perspective
image: perspective-ranker:latest
environment:
- PERSPECTIVE_API_KEY=${PERSPECTIVE_API_KEY}
ports:
Expand Down

0 comments on commit 933312f

Please sign in to comment.