summaryrefslogtreecommitdiffstats
path: root/mock-cds/run-dev.sh
diff options
context:
space:
mode:
Diffstat (limited to 'mock-cds/run-dev.sh')
-rw-r--r--mock-cds/run-dev.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/mock-cds/run-dev.sh b/mock-cds/run-dev.sh
new file mode 100644
index 0000000..392bfaa
--- /dev/null
+++ b/mock-cds/run-dev.sh
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+export APP_NAME=mock-cds-app
+export DOCKER_PORT=8080
+export APP_PORT=8080
+
+docker build -t $APP_NAME .
+docker run -d -p $DOCKER_PORT:$APP_PORT $APP_NAME \ No newline at end of file