Remove trailing whitespace
This commit is contained in:
parent
d6f9ffe9a6
commit
0674196ef9
4
Makefile
4
Makefile
|
@ -6,10 +6,10 @@ NAME = tvial/docker-mailserver:$(BRANCH)
|
||||||
all: build-no-cache
|
all: build-no-cache
|
||||||
|
|
||||||
build-no-cache:
|
build-no-cache:
|
||||||
docker build --no-cache -t $(NAME) .
|
docker build --no-cache -t $(NAME) .
|
||||||
|
|
||||||
build:
|
build:
|
||||||
docker build --no-cache -t $(NAME) .
|
docker build --no-cache -t $(NAME) .
|
||||||
|
|
||||||
run:
|
run:
|
||||||
# Run containers
|
# Run containers
|
||||||
|
|
Loading…
Reference in New Issue