To install dependencies:
bun installTo run:
bun .To build the image:
docker build --pull -t eipote .To run the image:
docker run -d -e DISCORD_TOKEN="your-token" eipoteTo stop the container:
docker stop <container-id>If you don't know the container id, you can get it by running:
docker ps