summaryrefslogtreecommitdiffstats
path: root/azure/docker/docker-entrypoint.sh
diff options
context:
space:
mode:
Diffstat (limited to 'azure/docker/docker-entrypoint.sh')
-rw-r--r--azure/docker/docker-entrypoint.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/azure/docker/docker-entrypoint.sh b/azure/docker/docker-entrypoint.sh
index 5566aff..26219d2 100644
--- a/azure/docker/docker-entrypoint.sh
+++ b/azure/docker/docker-entrypoint.sh
@@ -32,17 +32,17 @@ echo
echo
# Configure service based on docker environment variables
-azure/docker/instance-config.sh
+multicloud_azure/docker/instance-config.sh
# Perform one-time config
if [ ! -e init.log ]; then
# microservice-specific one-time initialization
- azure/docker/instance-init.sh
+ multicloud_azure/docker/instance-init.sh
date > init.log
fi
# Start the microservice
-azure/docker/instance-run.sh
+multicloud_azure/docker/instance-run.sh