Add docker image test

This commit is contained in:
Leonard Jonathan Oh 2023-04-14 08:28:09 +00:00
parent 25d9345a7d
commit 5fac68f2c4
4 changed files with 44 additions and 0 deletions

3
.docker/release/test/build.sh Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
set -eu
docker build -t snappymail/snappymail:test -f .docker/release/Dockerfile .