We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5621ba3 commit ab3d027Copy full SHA for ab3d027
Makefile
@@ -84,7 +84,6 @@ export DOCKER_FREE_MEM := $(shell echo $$(( ${free_mem} * ${PERCENTAGE} / 100 ))
84
# DOCKER_EXEC will always check if a newer image exists on ecr -> develop.latest support
85
export DOCKER_EXEC := docker run \
86
--rm \
87
- --memory=$(DOCKER_FREE_MEM) \
88
-t \
89
-v $(SPHINX_EFS):/var/lib/sphinxsearch/data/index/ \
90
--env-file $(ENV_FILE) \
@@ -93,7 +92,6 @@ export DOCKER_EXEC := docker run \
93
92
94
export DOCKER_EXEC_LOCAL := docker run \
95
96
97
98
-v $(CURRENT_DIR)/conf/:/var/lib/sphinxsearch/data/index/ \
99
0 commit comments