always build new bot image

This commit is contained in:
MrTuxedo 2023-04-23 11:24:56 -07:00
parent 31d5a250b5
commit 3a9c68f21c

View File

@ -15,6 +15,7 @@ services:
gwei-alert-bot: gwei-alert-bot:
depends_on: depends_on:
- gwei-bot-redis - gwei-bot-redis
pull_policy: build
build: . build: .
container_name: gwei-alert-bot container_name: gwei-alert-bot
working_dir: /usr/app working_dir: /usr/app