Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ export DOCKER_FREE_MEM := $(shell echo $$(( ${free_mem} * ${PERCENTAGE} / 100 ))
# DOCKER_EXEC will always check if a newer image exists on ecr -> develop.latest support
export DOCKER_EXEC := docker run \
--rm \
--memory=$(DOCKER_FREE_MEM) \
-t \
-v $(SPHINX_EFS):/var/lib/sphinxsearch/data/index/ \
--env-file $(ENV_FILE) \
Expand All @@ -93,7 +92,6 @@ export DOCKER_EXEC := docker run \

export DOCKER_EXEC_LOCAL := docker run \
--rm \
--memory=$(DOCKER_FREE_MEM) \
-t \
-v $(CURRENT_DIR)/conf/:/var/lib/sphinxsearch/data/index/ \
--env-file $(ENV_FILE) \
Expand Down
Loading