mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-06-30 04:24:49 +02:00
Merge pull request #134 from KyleOndy/makefile_cleanup
Makefile cleanup
This commit is contained in:
commit
a8d5cfeb45
1 changed files with 3 additions and 3 deletions
2
Makefile
2
Makefile
|
@ -9,7 +9,7 @@ build-no-cache:
|
|||
docker build --no-cache -t $(NAME) .
|
||||
|
||||
build:
|
||||
docker build --no-cache -t $(NAME) .
|
||||
docker build -t $(NAME) .
|
||||
|
||||
run:
|
||||
# Run containers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue