Skip to content

Commit

Permalink
disable seccomp
Browse files Browse the repository at this point in the history
  • Loading branch information
oblador committed Nov 2, 2023
1 parent 85c166c commit 873f79f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ function createChromeDockerTarget({
const runArgs = ['run', '--rm', '-d', '-P'];
const execute = getExecutor(dockerWithSudo);

if (!chromeDockerWithoutSeccomp) {
runArgs.push(`--security-opt=seccomp=${__dirname}/docker-seccomp.json`);
}
// if (!chromeDockerWithoutSeccomp) {
// runArgs.push(`--security-opt=seccomp=${__dirname}/docker-seccomp.json`);
// }
runArgs.push('--add-host=host.docker.internal:host-gateway');

if (dockerUrl.indexOf('http://localhost') === 0 || isLocalFile) {
Expand Down

0 comments on commit 873f79f

Please sign in to comment.