10 lines
324 B
Markdown
10 lines
324 B
Markdown
<p align="center">
|
|
<img alt="Light" src="./docs/logo.png" width="20%">
|
|
</p>
|
|
<p align="center">
|
|
Ohrwurm
|
|
</p>
|
|
|
|
# Deployment
|
|
Create a `.env` environment file that contains the `DISCORD_TOKEN` and `DISCORD_APP_ID` of your bot, then build the container with `docker-compose build` before running it with `docker-compose up`.
|