Welcome to the project
To run the project, follow these instructions to create the .env file and configure the DISCORD_SECRET_KEY variable.
- Create a .env file in the project's root directory.
Add the key to the .env file:
DISCORD_SECRET_KEY=YourSecretKeyHereReplace YourSecretKeyHere with your Discord application's secret key.
Ensure not to share this key and keep it secure.
To build a Docker image and run the project:
- Execute the code:
docker build -t project-xyz .- Run de image created:
docker run --name project-xyz-container -d project-xyz