mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-09 09:27:03 +03:00
3 lines
93 B
Bash
Executable file
3 lines
93 B
Bash
Executable file
#!/bin/sh
|
|
set -eu
|
|
docker build -t snappymail/snappymail:test -f .docker/release/Dockerfile .
|