add pseudo-TTY in docker-ci-user-update

This commit is contained in:
Jack Ivanov 2019-06-05 09:15:01 +02:00
parent 7acf3df602
commit c16309352a

View file

@ -58,6 +58,7 @@ USER_ARGS := '{ 'server': '10.0.8.100', 'users': ['desktop', 'user1', 'user2'] }
docker-ci-user-update:
docker run \
-it \
-v $(shell pwd)/config.cfg:/algo/config.cfg \
-v $(shell echo ${HOME})/.ssh:/root/.ssh \
-v $(shell pwd)/configs:/algo/configs \