Skip to content

docker image looks broken #223

@declanwilson-lw

Description

@declanwilson-lw

OSX arm64

https://github.com/probot/smee.io?tab=readme-ov-file#deploying-your-own-smeeio

docker run -p 3000:3000 ghcr.io/probot/smee.io

WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested

> start
> node ./index.js

[[email protected]] injecting env (0) from .env -- tip: 🔐 encrypt with Dotenvx: https://dotenvx.com
node:fs:574
  return binding.open(
                 ^

Error: ENOENT: no such file or directory, open '/usr/src/smee.io/public/main.min.css'
    at Object.openSync (node:fs:574:18)
    at Object.readFileSync (node:fs:453:35)
    at /usr/src/smee.io/lib/server.js:35:18
    at Array.map (<anonymous>)
    at Object.<anonymous> (/usr/src/smee.io/lib/server.js:35:3)
    at Module._compile (node:internal/modules/cjs/loader:1529:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1613:10)
    at Module.load (node:internal/modules/cjs/loader:1275:32)
    at Module._load (node:internal/modules/cjs/loader:1096:12)
    at Module.require (node:internal/modules/cjs/loader:1298:19) {
  errno: -2,
  code: 'ENOENT',
  syscall: 'open',
  path: '/usr/src/smee.io/public/main.min.css'
}

Node.js v20.19.4
npm notice
npm notice New major version of npm available! 10.8.2 -> 11.6.0
npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.6.0
npm notice To update run: npm install -g [email protected]
npm notice

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions