cpanato / mattermost-birthday-bot

Checks the Birtdays Google Calendar and send a message to Mattermost to celebrate the birthday :yay:
0 stars 0 forks source link

config-birthdaybot.json is not copied to /app directory #1

Open vostorga opened 11 months ago

vostorga commented 11 months ago

config-birthdaybot.json file is not copied to /app directory which results in

2023/10/06 15:02:42 Loading config-birthdaybot.json
2023/10/06 15:02:42 Error opening config file=config-birthdaybot.json, err=open config-birthdaybot.json: no such file or directory
2023/10/06 15:02:42 Error starting the job: open config-birthdaybot.json: no such file or directory
manyjuice commented 2 months ago

The same problem, @vostorga haven't you managed how to resolve it without copying data manually to the container?

vostorga commented 2 months ago

Even after copying the file, the bot was not working properly.