Skip to content

Commit

Permalink
correct lambda-emulator docker-compose entry
Browse files Browse the repository at this point in the history
  • Loading branch information
jmhodges committed Jul 30, 2024
1 parent 343c236 commit 6defd52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ services:
container_name: autograph-monitor-lambda-emulator
image: autograph-monitor-lambda-emulator
build:
context: tools/autograph-monitor/
dockerfile: Dockerfile.lambda-emulator
context: .
target: autograph-lambda-emulator
environment:
- AUTOGRAPH_URL=http://autograph-app:8000/
- AUTOGRAPH_KEY=19zd4w3xirb5syjgdx8atq6g91m03bdsmzjifs2oddivswlu9qs
Expand Down

0 comments on commit 6defd52

Please sign in to comment.