mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-04 18:15:29 +02:00
Remove trailing whitespace
This commit is contained in:
parent
d6f9ffe9a6
commit
0674196ef9
1 changed files with 2 additions and 2 deletions
4
Makefile
4
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue