concordia-docker/concordia-preprocessor/run_development.sh

4 lines
206 B
Bash
Raw Normal View History

2019-06-06 13:14:52 +02:00
PREPROCESSOR_SOURCES=`readlink -f ../../concordia-preprocessor`
2019-06-25 11:11:19 +02:00
docker run -it --rm -p 10002:9001 --mount src="$PREPROCESSOR_SOURCES",target=/concordia-preprocessor-remote,type=bind preprocessor /bin/bash