make/Makefile: allow specifying optional command for 'run'

Change-Id: I676c5525effe8f34ae11f7b8ed4da0d8961209bf
Related: SYS#5602
This commit is contained in:
Vadim Yanitskiy 2021-11-20 00:54:22 +03:00
parent 92f0b00cf1
commit 1e8e606d16
1 changed files with 1 additions and 1 deletions

View File

@ -161,4 +161,4 @@ major-release: tag-major-release release
run:
docker run $(RUN_ARGS) -it $(IMAGE)
docker run $(RUN_ARGS) -it $(IMAGE) $(RUN_CMD)