mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-09 14:23:05 +02:00
put DOCKER_BUILD switch back in Makefile
This commit is contained in:
parent
f64d1c250f
commit
7acf3df602
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -15,12 +15,13 @@ docker-build:
|
|||
## docker-deploy: Mount config directory and deploy Algo
|
||||
.PHONY: docker-deploy
|
||||
|
||||
# Set VIRTUAL_ENV for algo.
|
||||
# Set DOCKER_BUILD flag for main algo script.
|
||||
docker-deploy:
|
||||
docker run \
|
||||
--cap-drop=all \
|
||||
--rm \
|
||||
-it \
|
||||
-e "DOCKER_BUILD=true" \
|
||||
-v $(CONFIGURATIONS):/data \
|
||||
$(IMAGE):$(TAG)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue