mirror of
https://github.com/tomav/docker-mailserver
synced 2025-09-04 16:25:20 +00:00
Remove trailing whitespace
This commit is contained in:
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
|
||||||
|
Reference in New Issue
Block a user