All checks were successful
continuous-integration/drone/push Build is passing
13 lines
502 B
Markdown
13 lines
502 B
Markdown
<p align="center">
|
|
<img alt="Light" src="./docs/logo.png" width="20%">
|
|
</p>
|
|
<p align="center">
|
|
Ohrwurm
|
|
</p>
|
|
<p align="center">
|
|
<a href="https://drone.jheuel.boosted.science/jheuel/ohrwurm"><img src="https://drone.jheuel.boosted.science/api/badges/jheuel/ohrwurm/status.svg"></a>
|
|
</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`.
|