nusmods icon indicating copy to clipboard operation
nusmods copied to clipboard

Removed double apostrophes enclosed in seccomp

Open shiva-karthick opened this issue 2 years ago • 3 comments

Context

I was trying to run using docker when I faced this error.

opening seccomp profile ("infra/instance/chromium.seccomp.json") failed: open /home/shankar/projects/nusmods/"infra/instance/chromium.seccomp.json": no such file or directory

Implementation

Remove apostrophes around this line

before in docker-compose.yml

security_opt:
      - seccomp="infra/instance/chromium.seccomp.json"

after resolving

security_opt:
      - seccomp=infra/instance/chromium.seccomp.json

Other Information

shiva-karthick avatar Jun 18 '22 15:06 shiva-karthick

@shankar-shiv is attempting to deploy a commit to a Personal Account owned by @nusmodifications on Vercel.

@nusmodifications first needs to authorize it.

vercel[bot] avatar Jun 18 '22 15:06 vercel[bot]

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
nusmods-export ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 27, 2024 7:55am

vercel[bot] avatar Jun 18 '22 15:06 vercel[bot]

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 53.62%. Comparing base (9159686) to head (e8d7199).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3393   +/-   ##
=======================================
  Coverage   53.62%   53.62%           
=======================================
  Files         272      272           
  Lines        5979     5979           
  Branches     1428     1428           
=======================================
  Hits         3206     3206           
  Misses       2773     2773           

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Jun 18 '22 16:06 codecov[bot]