From 68d8e9e49286f645553f33f20bb504d80af553b1 Mon Sep 17 00:00:00 2001 From: Disassembler Date: Tue, 23 Jan 2018 18:18:35 +0100 Subject: [PATCH] Fix coding style for postfix.sh --- postfix.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/postfix.sh b/postfix.sh index 5f54b94..756b511 100755 --- a/postfix.sh +++ b/postfix.sh @@ -1,6 +1,7 @@ #!/bin/sh SOURCE_DIR=$(realpath $(dirname "${0}"))/postfix + # Build Docker container docker build -t postfix ${SOURCE_DIR}