1
0
mirror of https://github.com/tomav/docker-mailserver.git synced 2024-06-26 00:59:32 +02:00

Merge pull request #134 from KyleOndy/makefile_cleanup

Makefile cleanup
This commit is contained in:
Thomas VIAL 2016-04-15 20:11:18 +02:00
commit a8d5cfeb45

View File

@ -3,13 +3,13 @@ NAME = tvial/docker-mailserver:$(BRANCH)
# all: build-no-cache run fixtures tests clean # all: build-no-cache run fixtures tests clean
#all-no-build: run fixtures tests clean #all-no-build: run fixtures tests clean
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 -t $(NAME) .
run: run:
# Run containers # Run containers