summaryrefslogtreecommitdiff
path: root/quickstart.sh
diff options
context:
space:
mode:
Diffstat (limited to 'quickstart.sh')
-rwxr-xr-xquickstart.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/quickstart.sh b/quickstart.sh
index edf8c43..0f5a1ac 100755
--- a/quickstart.sh
+++ b/quickstart.sh
@@ -28,6 +28,10 @@ if [ ! -f ${DOCKER_JWT_HTPASSWD_PATH}/.htpasswd ]; then
htpasswd -b ${DOCKER_JWT_HTPASSWD_PATH}/.htpasswd user4 pwd
fi
+if [ ! -f ${DOCKER_JWT_HTPASSWD_PATH}/userdb.yaml ]; then
+ cp auth-server-poc/userdb.yaml ${DOCKER_JWT_HTPASSWD_PATH}/userdb.yaml
+fi
+
# Launch the containers.
docker-compose -f docker/docker-compose-dev.yaml up -d
docker-compose -f auth-server-poc/docker-compose.yml up -d