From 0674196ef9390d79f2b12b121f6bdc81a8c22ddf Mon Sep 17 00:00:00 2001 From: Kyle Ondy Date: Fri, 15 Apr 2016 09:54:07 -0400 Subject: [PATCH] Remove trailing whitespace --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4e5d2a4c..5688368d 100644 --- a/Makefile +++ b/Makefile @@ -6,10 +6,10 @@ NAME = tvial/docker-mailserver:$(BRANCH) all: build-no-cache build-no-cache: - docker build --no-cache -t $(NAME) . + docker build --no-cache -t $(NAME) . build: - docker build --no-cache -t $(NAME) . + docker build --no-cache -t $(NAME) . run: # Run containers