chore(docker): switch to pnpm, update Dockerfile, docker-compose, and README

This commit is contained in:
2025-04-23 23:27:29 +08:00
parent 170faf7d01
commit 95ea55d972
3 changed files with 9 additions and 19 deletions

View File

@@ -31,15 +31,15 @@ Discord music bot template written in NodeJS using `discord.js` and `erela.js`,
```
3. Run tests:
```sh
npm test
pnpm test
```
4. Register slash commands:
```sh
npm start # or node deploy-commands.js
pnpm start # or node deploy-commands.js
```
5. Start the bot:
```sh
npm start
pnpm start
```
## Docker