Skip to content

Commit

Permalink
Fix jar-name.
Browse files Browse the repository at this point in the history
Signed-off-by: Maximilian Chrzan <[email protected]>
Signed-off-by: mchrza <[email protected]>
  • Loading branch information
mchrza committed Oct 22, 2024
1 parent a72331a commit 49feccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose-dynamodb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ services:
- "dynamodb"
- "postgres"
- "aws-localstack"
command: java -cp xyz-job-service.jar com.here.xyz.jobs.service.JobService
command: java -cp xyz-job-service-fat.jar com.here.xyz.jobs.service.JobService
postgres:
image: "xyz-postgres"
build:
Expand Down

0 comments on commit 49feccb

Please sign in to comment.