diff --git a/concordia-preprocessor/run_development.sh b/concordia-preprocessor/run_development.sh new file mode 100755 index 0000000..ea623d5 --- /dev/null +++ b/concordia-preprocessor/run_development.sh @@ -0,0 +1,4 @@ +PREPROCESSOR_SOURCES=`readlink -f ../../concordia-preprocessor` + + +docker run -it --rm --mount src="$PREPROCESSOR_SOURCES",target=/concordia-preprocessor-remote,type=bind preprocessor \ No newline at end of file