Skip to content

Commit

Permalink
Chromium executable path
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Sep 28, 2023
1 parent 255b0d4 commit 3e11ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/dops/src/modules/dgen/dgen.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ export class DgenService {
try {
const browser = await puppeteer.launch({
headless: 'new',
//executablePath: 'usr/bin/chromium-browser',
executablePath: 'usr/bin/chromium',
args: [
'--no-sandbox',
'--disable-setuid-sandbox',
Expand Down

0 comments on commit 3e11ade

Please sign in to comment.