summaryrefslogtreecommitdiffstats
path: root/mock-ves/run-dev.sh
diff options
context:
space:
mode:
Diffstat (limited to 'mock-ves/run-dev.sh')
-rw-r--r--mock-ves/run-dev.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/mock-ves/run-dev.sh b/mock-ves/run-dev.sh
new file mode 100644
index 0000000..5b50d95
--- /dev/null
+++ b/mock-ves/run-dev.sh
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+export APP_NAME=mock-ves
+export DOCKER_PORT=30417
+export APP_PORT=30417
+
+docker build . -t $APP_NAME
+docker run -p $DOCKER_PORT:$APP_PORT --name $APP_NAME $APP_NAME