Docker
TSCord is fully configured to work flawlessly with Docker using docker-compose.
Just install it and run the docker-compose up -d
command to spin up a production ready instance of your bot!
tip
To install docker-compose
, head over here.
caution
Build errors could occur if you're using a different version of node in your dev environment than the one used in the Dockerfile. To fix this, you can change the node
version in the Dockerfile to match the one you're using.