archive
This commit is contained in:
11
mailpile/build_and_run.sh
Executable file
11
mailpile/build_and_run.sh
Executable 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
1
mailpile/review
Executable file
@@ -0,0 +1 @@
|
||||
WINNER WINNER CHICKEN DINNER
|
||||
Reference in New Issue
Block a user