diff --git a/entrypoint.sh b/entrypoint.sh index b0af24737..689f01291 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -28,7 +28,7 @@ if [ ! -d "${INSTANCE_DIR}" ]; then done fi - ./eoxserver/scripts/eoxserver-instance.py "${INSTANCE_NAME}" "${INSTANCE_DIR}" + /opt/eoxserver/eoxserver/scripts/eoxserver-instance.py "${INSTANCE_NAME}" "${INSTANCE_DIR}" cd "${INSTANCE_DIR}" # create the database schema