Skip to content
Snippets Groups Projects
Commit 1dbe207c authored by Bastien Abadie's avatar Bastien Abadie
Browse files

Build docker image without cache

parent ba85e604
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ clean:
find . -name '*.pyc' -exec rm {} \;
build: clean
docker build $(ROOT_DIR) -t $(TAG):$(VERSION)
docker build --no-cache $(ROOT_DIR) -t $(TAG):$(VERSION)
publish-version: require-docker-auth
$(MAKE) build TAG=registry.gitlab.com/arkindex/backend
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment