Describe the bug
Default docker image will not run due to outdated NPM version.
To Reproduce
docker run --rm -it -v ${pwd}/credentials:/app/credentials -v ${pwd}/instances:/app/instances -v ${pwd}/logs:/app/logs -e RPP_DISCORD_CLIENT_ID=111....1111 -e RPP_DISCORD_TOKEN=token --name rpp ghcr.io/alexemanuelol/rustplusplus
Expected behavior
Bot starts
Environment (please complete the following information):
- Hosting OS: Ubuntu 24.04.3 LTS
- Node Version (node -v): - dockerimage contains 10.8.2
Describe the bug
Default docker image will not run due to outdated NPM version.
To Reproduce
docker run --rm -it -v ${pwd}/credentials:/app/credentials -v ${pwd}/instances:/app/instances -v ${pwd}/logs:/app/logs -e RPP_DISCORD_CLIENT_ID=111....1111 -e RPP_DISCORD_TOKEN=token --name rpp ghcr.io/alexemanuelol/rustplusplus
Expected behavior
Bot starts
Environment (please complete the following information):