Skip to content

Commit

Permalink
Fix dockerfile name
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa committed Mar 15, 2024
1 parent 1a2b1a5 commit d333e40
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 @@ -3,7 +3,7 @@ services:
tokenizer-api:
build:
context: .
dockerfile: Dockerfile.serving-api
dockerfile: Dockerfile.tokenizer-api
image: tokenizer-api:latest
ports:
- "8000:8000"
Expand Down

0 comments on commit d333e40

Please sign in to comment.