Skip to content
Snippets Groups Projects
Commit 520e7bb3 authored by shadow's avatar shadow
Browse files

keeping up with Makefile changes

parent 64395ac6
No related branches found
No related tags found
No related merge requests found
...@@ -3,4 +3,4 @@ build : ...@@ -3,4 +3,4 @@ build :
container_name = flan_$(shell date +'%s') container_name = flan_$(shell date +'%s')
start : start :
docker run --name $(container_name) -v $(shell pwd)/shared:/shared flan_scan docker run --name $(container_name) -v "$(shell pwd)/shared:/shared:Z" flan_scan
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment