Disable Docker cache
This commit is contained in:
parent
81ac6b36c9
commit
a458b88259
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -38,7 +38,7 @@ microblogpub:
|
||||||
# Update microblog.pub
|
# Update microblog.pub
|
||||||
git pull
|
git pull
|
||||||
# Rebuild the Docker image
|
# Rebuild the Docker image
|
||||||
docker build . -t microblogpub:latest
|
docker build . --no-cache -t microblogpub:latest
|
||||||
|
|
||||||
# Run the docker-compose project locally (will perform a update if the project is already running)
|
# Run the docker-compose project locally (will perform a update if the project is already running)
|
||||||
.PHONY: run
|
.PHONY: run
|
||||||
|
|
Loading…
Reference in a new issue