diff --git a/concordia-preprocessor/run_development.sh b/concordia-preprocessor/run_development.sh index cd96ccc..c9bb797 100755 --- a/concordia-preprocessor/run_development.sh +++ b/concordia-preprocessor/run_development.sh @@ -1,4 +1,4 @@ PREPROCESSOR_SOURCES=`readlink -f ../../concordia-preprocessor` -docker run -it --rm --mount src="$PREPROCESSOR_SOURCES",target=/concordia-preprocessor-remote,type=bind preprocessor /bin/bash \ No newline at end of file +docker run -it --rm -p 10002:9001 --mount src="$PREPROCESSOR_SOURCES",target=/concordia-preprocessor-remote,type=bind preprocessor /bin/bash \ No newline at end of file