This service remind the time of tea
Make sure you have docker installed on your system.
docker build . -t tea_time_notif
docker run -d --name tea_time_notif tea_time_notif
docker stop tea_time_notif
docker rm tea_time_notif
MIT
This service remind the time of tea
Make sure you have docker installed on your system.
docker build . -t tea_time_notif
docker run -d --name tea_time_notif tea_time_notif
docker stop tea_time_notif
docker rm tea_time_notif
MIT