mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
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 a new issue