Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
fix: 🐛 also update websoc scraper path
Browse files Browse the repository at this point in the history
  • Loading branch information
ecxyzzy committed Oct 16, 2023
1 parent eabc785 commit a15c586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/cdk/src/constructs/WebsocScraperV2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export class WebsocScraperV2 extends Construct {
TZ: "America/Los_Angeles",
},
image: ContainerImage.fromAsset(
join(dirname(fileURLToPath(import.meta.url)), "../../../websoc-scraper-v2/"),
join(dirname(fileURLToPath(import.meta.url)), "../../../../services/websoc-scraper-v2/"),
),
logging: LogDriver.awsLogs({
logGroup: new LogGroup(this, `${id}-log-group`, {
Expand Down

0 comments on commit a15c586

Please sign in to comment.