run development

This commit is contained in:
rjawor 2019-06-25 11:11:19 +02:00
parent b6e1f47557
commit d39b16e606

View File

@ -1,4 +1,4 @@
PREPROCESSOR_SOURCES=`readlink -f ../../concordia-preprocessor` PREPROCESSOR_SOURCES=`readlink -f ../../concordia-preprocessor`
docker run -it --rm --mount src="$PREPROCESSOR_SOURCES",target=/concordia-preprocessor-remote,type=bind preprocessor /bin/bash docker run -it --rm -p 10002:9001 --mount src="$PREPROCESSOR_SOURCES",target=/concordia-preprocessor-remote,type=bind preprocessor /bin/bash