Docker image for sending reminders

This commit is contained in:
Stefan Schlott 2022-08-26 17:22:06 +02:00
parent b3417ce55a
commit a84f7c331a
3 changed files with 33 additions and 0 deletions

8
scripts/build-docker-images.sh Executable file
View file

@ -0,0 +1,8 @@
#!/usr/bin/env bash
set -u -e
cd `dirname $0`/..
docker build -f Dockerfile-reminders -t cccs-reminders:latest .