chore(docker): switch to pnpm, update Dockerfile, docker-compose, and README
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user