Skip to content

Commit

Permalink
fix: linux chromium 옵션 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
jcy0308 committed Aug 29, 2024
1 parent 85ed9a9 commit c58b0f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/puppeteer/puppeteer.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export class PuppeteerService implements OnModuleInit, OnModuleDestroy {

async onModuleInit() {
this.browser = await puppeteer.launch({
// executablePath: '/usr/bin/chromium-browser',
executablePath: '/usr/bin/chromium-browser',
protocolTimeout: 999_999,
args: [
'--no-sandbox',
Expand Down

0 comments on commit c58b0f6

Please sign in to comment.