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

Build docker image without cache to avoid missing updates

parent 78da15b4
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ clean:
build:
python setup.py sdist
docker build $(ROOT_DIR) -t $(TAG_APP):$(VERSION) -t $(TAG_APP):latest --build-arg FRONTEND_BRANCH=$(FRONTEND_BRANCH)
docker build --no-cache $(ROOT_DIR) -t $(TAG_APP):$(VERSION) -t $(TAG_APP):latest --build-arg FRONTEND_BRANCH=$(FRONTEND_BRANCH)
publish-version: require-docker-auth
[ -f $(ROOT_DIR)/arkindex/project/local_settings.py ] && mv $(ROOT_DIR)/arkindex/project/local_settings.py $(ROOT_DIR)/arkindex/project/local_settings.py.bak || true
......
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