Disable Docker cache

This commit is contained in:
Thomas Sileo 2019-07-16 22:33:53 +02:00
parent 81ac6b36c9
commit a458b88259

View file

@ -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