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

Cleanup before build

parent 1a4228eb
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,11 @@ TAG=arkindex-backend
.PHONY: build
build:
clean:
rm -rf *.egg-info build dist .eggs
find . -name '*.pyc' -exec rm {} \;
build: clean
docker build $(ROOT_DIR) -t $(TAG):$(VERSION)
publish-version: require-docker-auth
......
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