Add "Build: ." to docker-compose.yml

This commit is contained in:
2022-01-02 02:38:28 +01:00
parent 5b06e86a8a
commit b266fd67fe

View File

@ -2,6 +2,7 @@ version: "3"
services:
discord-reminder-bot:
image: thelovinator/discord-reminder-bot
build: .
env_file:
- .env
container_name: discord-reminder-bot