nsfwjs-docker icon indicating copy to clipboard operation
nsfwjs-docker copied to clipboard

Illegal instruction - ELIFECYCLE  Command failed with exit code 132.

Open DavidGarciaCat opened this issue 2 months ago • 0 comments

When I run the container using the same command defined in the README...

docker run -p 3333:3333 -d --name nsfwjs andresribeiroo/nsfwjs:1.6

...we can see the following error:

2024-05-06 15:31:16 
2024-05-06 15:31:16 > [email protected] start /app
2024-05-06 15:31:16 > node dist/server.js
2024-05-06 15:31:16 
2024-05-06 15:31:18 Illegal instruction
2024-05-06 15:31:18  ELIFECYCLE  Command failed with exit code 132.

Any ideas?

Screenshot 2024-05-06 at 15 33 42

DavidGarciaCat avatar May 06 '24 13:05 DavidGarciaCat