Docker image for sending reminders
This commit is contained in:
parent
b3417ce55a
commit
a84f7c331a
3 changed files with 33 additions and 0 deletions
8
scripts/build-docker-images.sh
Executable file
8
scripts/build-docker-images.sh
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -u -e
|
||||
|
||||
cd `dirname $0`/..
|
||||
|
||||
docker build -f Dockerfile-reminders -t cccs-reminders:latest .
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue