mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-18 16:49:06 +02:00
make build
builds with cache
As `make build-no-cache` was added, it seems appropriate that `make build` should build with the cache, so I have removed the `--no-cache` option.
This commit is contained in:
parent
0674196ef9
commit
6be463299a
1 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue