mirror of
https://github.com/docker-mailserver/docker-mailserver
synced 2025-05-07 20:35:30 +02:00
Merge pull request #134 from KyleOndy/makefile_cleanup
Makefile cleanup
This commit is contained in:
commit
a8d5cfeb45
6
Makefile
6
Makefile
@ -3,13 +3,13 @@ NAME = tvial/docker-mailserver:$(BRANCH)
|
||||
|
||||
# all: build-no-cache run fixtures tests clean
|
||||
#all-no-build: run fixtures tests clean
|
||||
all: build-no-cache
|
||||
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 -t $(NAME) .
|
||||
|
||||
run:
|
||||
# Run containers
|
||||
|
Loading…
Reference in New Issue
Block a user