From 8d84d303f2fc6740b25b18b431282f2dc3dde12d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Jaworski?= Date: Thu, 6 Jun 2019 13:14:52 +0200 Subject: [PATCH] run dev --- concordia-preprocessor/run_development.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 concordia-preprocessor/run_development.sh 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