This commit is contained in:
bel
2021-09-14 06:39:36 -06:00
commit 8f5d1c4ec5
16 changed files with 356 additions and 0 deletions

11
mailpile/build_and_run.sh Executable file
View File

@@ -0,0 +1,11 @@
#! /bin/bash
img="staannoe/mailpile"
tag="latest"
docker pull $img:$tag
docker run --rm -it \
--name ${img##*/} \
-p 8344:33411 \
-v $(pwd)/mnt:/root/.local/share/Mailpile \
$img:$tag

1
mailpile/review Executable file
View File

@@ -0,0 +1 @@
WINNER WINNER CHICKEN DINNER