2
0
mirror of https://github.com/tomav/docker-mailserver synced 2025-08-30 22:05:14 +00: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

View File

@@ -9,7 +9,7 @@ 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