muse
muse copied to clipboard
Bug: latest Docker image fails to start due to missing /usr/app
The ghcr.io/museofficial/muse:latest image fails to start. Running the container results in a MODULE_NOT_FOUND error because the image does not include the expected /usr/app directory.
To Reproduce Steps to reproduce the behavior:
docker pull ghcr.io/museofficial/muse:latest docker run -it --env-file ./muse.env ghcr.io/museofficial/muse:latest
Expected behavior Container should start and run the bot as expected.
Actual behavior
Error: Cannot find module '/usr/app' at Function._resolveFilename (node:internal/modules/cjs/loader:1225:15) ...
Node is trying to start from /usr/app, which is not present in the image