Skip to content
Snippets Groups Projects
Unverified Commit 0240604f authored by Nadin El-Yabroudi's avatar Nadin El-Yabroudi Committed by GitHub
Browse files

Merge pull request #54 from FidoUser/Fix-run-in-Makefile-for-using-CURDIR-insted-PWD

Fix run in Makefile for using CURDIR insted PWD
parents ed03000e 47750ae8
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 "$(pwd)/shared:/shared:Z" flan_scan docker run --name $(container_name) -v "$(CURDIR)/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